initial-commit
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user