forked from permaweb/ao-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.02 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.02 KB
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
33
34
35
36
{
"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": "node scripts/generate-llms-txt.js && vitepress build src",
"dev": "node scripts/generate-llms-txt.js && vitepress dev src",
"prepare": "husky",
"preview": "vitepress preview src",
"staged": "lint-staged --allow-empty --concurrent false",
"generate-llms": "node scripts/generate-llms-txt.js"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"markdown-toc-gen": "^1.0.1",
"permaweb-deploy": "^1.1.7",
"prettier": "^3.3.3",
"vitepress": "1.3.2",
"vue": "^3.4.36"
},
"authors": {
"name": "Tyler Hall",
"email": "tyler@hyper.io"
},
"dependencies": {
"@betteridea/codecell": "^1.4.3",
"globby": "^14.1.0"
}
}