package.json 331 B

12345678910111213141516
  1. {
  2. "name": "test",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "docs:dev": "vuepress dev docs",
  9. "docs:build": "vuepress build docs"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "devDependencies": {
  14. "vuepress": "^1.9.9"
  15. }
  16. }