Files
docker_practice/package.json
github-actions[bot] fd28d966ca Merge pull request #556 from yeasy/dependabot/npm_and_yarn/commander-14.0.3
chore(deps): bump commander from 7.2.0 to 14.0.3
2026-02-28 03:32:10 +00:00

33 lines
894 B
Go

{
"name": "docker_practice",
"version": "1.5.4",
"description": "docker_practice",
"main": "index.js",
"devDependencies": {
"chalk": "^4.1.1",
"commander": "^14.0.3",
"esm": "^3.0.0",
"honkit": "^6.1.6",
"vuepress": "1.8.2",
"vuepress-plugin-container": "^2.1.5",
"vuepress-theme-hope": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"honkit:help": "npx honkit help",
"honkit:build": "npx honkit build",
"honkit:serve": "npx honkit serve",
"vuepress:build": "npx vuepress build",
"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"
}