Monorepo containing core modules of Zeichen.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

19 rader
395 B

  1. {
  2. "name": "zeichen-plugin-local-storage",
  3. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  4. "version": "0.1.0",
  5. "description": "Save and load notes in Zeichen using the browser's local storage.",
  6. "keywords": [
  7. "zeichen",
  8. "plugin",
  9. "storage",
  10. "local"
  11. ],
  12. "devDependencies": {
  13. "typescript": "^4.0.3"
  14. },
  15. "scripts": {
  16. "build": "tsc **/*.ts"
  17. }
  18. }