mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-02-11 06:15:49 +08:00
16 lines
270 B
JSON
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"
|
|
}
|
|
}
|