{ "name": "create-takerofnotes-plugin", "version": "0.1.0", "description": "Scaffold a new Taker of Notes storage plugin", "type": "module", "bin": { "create-takerofnotes-plugin": "./bin/create.js" }, "files": [ "bin" ], "scripts": { "test": "echo \"No tests yet\"" }, "keywords": [ "takerofnotes", "plugin", "scaffold" ], "author": "nicwands", "license": "MIT" }