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