提交
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "cool-admin-go",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:cool-team-official/cool-admin-go.git",
|
||||
"author": "LiDong <cnlidong@live.cn>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"vuepress": "^1.9.7"
|
||||
},
|
||||
"scripts": {
|
||||
"docs:dev": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress dev docs",
|
||||
"docs:build": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build docs",
|
||||
"docs:deploy": "./docs/docs-deploy.sh"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user