-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 929 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "create-blocklet",
"private": true,
"version": "0.14.6",
"description": "",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"prepare": "npx simple-git-hooks",
"lint": "pnpm -r lint",
"debug": "node packages/create-app/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"bump-version": "zx --quiet scripts/bump-version.mjs",
"update:deps": "npx taze -r -n '/arcblock|ocap|abtnode|blocklet|did-connect|did-comment|nedb|aigne/' -w && pnpm i",
"verify": "npm run lint",
"preinstall": "npx only-allow pnpm",
"publish-plugins": "zx --quiet scripts/publish-plugins.mjs",
"e2e": "sh scripts/ensure-create-blocklet.sh"
},
"dependencies": {
"bumpp": "^9.11.1",
"fs-extra": "^11.3.0",
"zx": "^8.3.2"
},
"devDependencies": {
"simple-git-hooks": "^2.11.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm -r lint"
}
}