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

16
package-lock.json generated Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "create-takerofnotes-plugin",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "create-takerofnotes-plugin",
"version": "0.1.0",
"license": "MIT",
"bin": {
"create-takerofnotes-plugin": "bin/create.js"
}
}
}
}