github.com/vipernet-xyz/tm@v0.34.24/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.183"
     8    },
     9    "devDependencies": {
    10      "@vuepress/plugin-html-redirect": "^0.1.4",
    11      "watchpack": "^2.3.1"
    12    },
    13    "scripts": {
    14      "preserve": "./pre.sh",
    15      "serve": "trap 'exit 0' SIGINT; vuepress dev --no-cache",
    16      "postserve": "./post.sh",
    17      "prebuild": "./pre.sh",
    18      "build": "trap 'exit 0' SIGINT; vuepress build --no-cache",
    19      "postbuild": "./post.sh"
    20    },
    21    "author": "",
    22    "license": "ISC"
    23  }