forked from permadao/ao-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 857 Bytes
/
package.json
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": "docs",
"version": "0.0.2",
"description": "ao Cookbook",
"repository": "https://github.com/permaweb/ao-cookbook",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"arns": "ACTION=UPDATE_ARNS node deploy.js",
"build": "vitepress build src",
"dev": "vitepress dev src",
"prepare": "husky",
"preview": "vitepress preview src",
"staged": "lint-staged --allow-empty --concurrent false"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"arweave": "^1.14.4",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"markdown-toc-gen": "^1.0.1",
"prettier": "^3.2.5",
"vitepress": "1.0.0-rc.44",
"vue": "^3.4.19",
"warp-contracts": "^1.4.36"
},
"authors": {
"name": "Tyler Hall",
"email": "[email protected]"
}
}