laconicd/docs/package.json
Justin Thompson 23b3cbfd6c
docs: cloud testnet guide (#467)
* push node to testnet doc

* minor change

* ssh version

* Change to ssh way of doing it

* address comments

* missed change

* merge docs

* npm updates

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
2020-08-26 06:11:53 -04:00

35 lines
795 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",
"preinstall": "npx npm-force-resolutions"
},
"keywords": [
"ethermint",
"cosmos",
"ethereum",
"blockchain",
"cryptocurrency"
],
"author": "ChainSafe Systems",
"license": "ISC",
"dependencies": {
"npm-force-resolutions": "0.0.3",
"vuepress-theme-cosmos": "^1.0.172"
},
"devDependencies": {
"watchpack": "^1.7.2"
},
"resolutions": {
"serialize-javascript": "^4.0.0"
}
}