Library for authoring Zeichen plugins and themes.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

13 wiersze
243 B

  1. {
  2. "name": "zeichen-core",
  3. "description": "Library for authoring Zeichen plugins and themes.",
  4. "version": "0.1.0",
  5. "devDependencies": {
  6. "typescript": "^4.0.3"
  7. },
  8. "scripts": {
  9. "build": "tsc **/*.ts"
  10. },
  11. "license": "MIT"
  12. }