first pass
This commit is contained in:
31
package.json
Normal file
31
package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user