github.com/DFWallet/tendermint-cosmos@v0.0.2/docs/package.json (about)

     1  {
     2    "name": "docs",
     3    "version": "1.0.0",
     4    "description": "Tendermint Core Documentation",
     5    "main": "index.js",
     6    "dependencies": {
     7      "vuepress-theme-cosmos": "^1.0.180"
     8    },
     9    "devDependencies": {
    10      "watchpack": "^2.1.1"
    11    },
    12    "scripts": {
    13      "preserve": "./pre.sh",
    14      "serve": "trap 'exit 0' SIGINT; vuepress dev --no-cache",
    15      "postserve": "./post.sh",
    16      "prebuild": "./pre.sh",
    17      "build": "trap 'exit 0' SIGINT; vuepress build --no-cache",
    18      "postbuild": "./post.sh"
    19    },
    20    "author": "",
    21    "license": "ISC"
    22  }