Library for authoring Zeichen plugins and themes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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