24 lines
543 B
JSON
24 lines
543 B
JSON
|
{
|
||
|
"name": "docs",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Ethermint Documentation",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"preserve": "./pre.sh",
|
||
|
"serve": "trap 'exit 0' SIGINT; vuepress dev --no-cache",
|
||
|
"postserve": "./post.sh",
|
||
|
"prebuild": "./pre.sh",
|
||
|
"build": "trap 'exit 0' SIGINT; vuepress build --no-cache",
|
||
|
"postbuild": "./post.sh"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"vuepress-theme-cosmos": "^1.0.168"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"watchpack": "^1.7.2"
|
||
|
}
|
||
|
}
|