initial-commit
This commit is contained in:
27
template/package.json
Normal file
27
template/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "@takerofnotes/plugin-${NAME_KEBAB_CASE}",
|
||||
"version": "0.1.0",
|
||||
"repository": {
|
||||
"type": "git"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"exports": "./dist/index.js",
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"test": "vitest",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"author": "nicwands",
|
||||
"license": "MIT",
|
||||
"description": "${DESCRIPTION}",
|
||||
"dependencies": {
|
||||
"@takerofnotes/plugin-sdk": "^0.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^29.0.0",
|
||||
"@rollup/plugin-node-resolve": "^16.0.3",
|
||||
"rollup": "^4.59.0",
|
||||
"vitest": "^4.0.18"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user