forked from CosmWasm/docs-deprecated-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 757 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 757 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
{
"name": "cosmwasm-docs",
"version": "1.0.0",
"description": "",
"scripts": {
"serve": "vuepress dev --no-cache",
"build": "vuepress build --no-cache",
"check-links": "vuepress check-md",
"strip-markdown": "rm -rf stripped-docs/* && node scripts/strip-markdown"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CosmWasm/docs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CosmWasm/docs/issues"
},
"homepage": "https://github.com/CosmWasm/docs",
"dependencies": {
"vuepress-theme-cosmos": "1.0.173"
},
"devDependencies": {
"filehound": "^1.17.4",
"remove-markdown": "^0.3.0",
"vuepress-plugin-check-md": "^0.0.2"
}
}