github.com/vipernet-xyz/tendermint-core@v0.32.0/docs/package.json (about)

     1  {
     2    "name": "docs",
     3    "version": "1.0.0",
     4    "description": "Welcome to the Tendermint Core documentation!",
     5    "main": "index.js",
     6    "dependencies": {
     7      "@vuepress/plugin-google-analytics": "^1.4.1",
     8      "vuepress-theme-cosmos": "^1.0.161"
     9    },
    10    "scripts": {
    11      "preserve": "./pre.sh",
    12      "serve": "trap 'exit 0' SIGINT; vuepress dev --no-cache",
    13      "postserve": "./post.sh",
    14      "prebuild": "./pre.sh",
    15      "build": "trap 'exit 0' SIGINT; vuepress build --no-cache",
    16      "postbuild": "./post.sh"
    17    },
    18    "author": "",
    19    "license": "ISC"
    20  }