initial-commit

This commit is contained in:
nicwands
2026-03-24 13:52:38 -04:00
commit a94aea110a
14 changed files with 343 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"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"
}