Library for authoring Zeichen plugins and themes.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

13 строки
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. }