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.

22 lines
531 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.182"
  8. },
  9. "devDependencies": {
  10. "watchpack": "^2.2.0"
  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. }