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.

19 lines
477 B

  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.169"
  8. },
  9. "scripts": {
  10. "preserve": "./pre.sh",
  11. "serve": "trap 'exit 0' SIGINT; vuepress dev --no-cache",
  12. "postserve": "./post.sh",
  13. "prebuild": "./pre.sh",
  14. "build": "trap 'exit 0' SIGINT; vuepress build --no-cache",
  15. "postbuild": "./post.sh"
  16. },
  17. "author": "",
  18. "license": "ISC"
  19. }