| 123456789101112131415161718 |
- {
- "name": "vp",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "vuepress": "^1.9.7"
- },
- "scripts": {
- "docs:dev": "vuepress dev docs --debug",
- "docs:build": "vuepress build docs"
- }
- }
|