32 lines
715 B
JSON
32 lines
715 B
JSON
{
|
|
"name": "docker-deployment-manager",
|
|
"version": "1.0.0",
|
|
"description": "Automated Docker deployment system for containerizing and deploying 35+ projects from Windows to Linux",
|
|
"main": "cli/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"docker-deploy": "node cli/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"docker",
|
|
"deployment",
|
|
"automation",
|
|
"containerization",
|
|
"gitea"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commander": "^12.1.0",
|
|
"handlebars": "^4.7.8",
|
|
"chalk": "^5.3.0",
|
|
"inquirer": "^11.1.0",
|
|
"ssh2": "^1.16.0",
|
|
"glob": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|