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. }