{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"description": "Welcome to the Tendermint Core documentation!",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@vuepress/plugin-google-analytics": "^1.3.1",
|
|
"vuepress-theme-cosmos": "^1.0.156"
|
|
},
|
|
"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"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|