Files
create-takerofnotes-plugin/package.json
2026-03-24 13:52:38 -04:00

23 lines
468 B
JSON

{
"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"
}