Files
MangoTestingPlatform/mango-help/package.json
2024-04-18 11:32:45 +08:00

17 lines
297 B
JSON

{
"name": "mango-help",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"vuepress": "^1.9.10"
}
}