|
123456789101112131415161718 |
- {
- "name": "zeichen-plugin-local-storage",
- "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
- "version": "0.1.0",
- "description": "Save and load notes in Zeichen using the browser's local storage.",
- "keywords": [
- "zeichen",
- "plugin",
- "storage",
- "local"
- ],
- "devDependencies": {
- "typescript": "^4.0.3"
- },
- "scripts": {
- "build": "tsc **/*.ts"
- }
- }
|