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