34 lines
922 B
Go
34 lines
922 B
Go
{
|
|
"name": "docker_practice",
|
|
"version": "1.0.0",
|
|
"description": "docker_practice",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"chalk": "^4.1.2",
|
|
"commander": "^7.2.0",
|
|
"esm": "^3.0.0",
|
|
"@vuepress/plugin-search": "2.0.0-beta.36",
|
|
"vuepress": "2.0.0-beta.36",
|
|
"vuepress-theme-hope": "2.0.0-beta.14"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"gitbook:help": "gitbook help",
|
|
"gitbook:build": "gitbook build",
|
|
"gitbook:serve": "gitbook serve",
|
|
"vuepress:build": "vuepress build .",
|
|
"vuepress:serve": "vuepress dev .",
|
|
"vuepress": "npx vuepress"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/yeasy/docker_practice.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/yeasy/docker_practice/issues"
|
|
},
|
|
"homepage": "https://github.com/yeasy/docker_practice#readme"
|
|
}
|