You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
544 B

  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.3.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. }