1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-11 06:15:49 +08:00
Files
408CSFamily/package.json
2022-04-20 09:31:01 +08:00

16 lines
270 B
JSON

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"author": "",
"license": "ISC",
"devDependencies": {
"vuepress": "^2.0.0-beta.39"
}
}