eploy2
Version:
Easy deployment for any programming languages and also transfer the files to a server instantly with a single command
79 lines (78 loc) • 1.76 kB
JSON
{
"name": "eploy2",
"version": "1.0.5",
"description": "Easy deployment for any programming languages and also transfer the files to a server instantly with a single command",
"main": "lib/index.js",
"types": "lib",
"dependencies": {
"@types/express": "^4.17.8",
"@types/minimist": "^1.2.0",
"@types/node": "^14.14.2",
"@types/ora": "^3.2.0",
"@types/prompts": "^2.0.9",
"@types/shelljs": "^0.8.8",
"@types/ws": "^7.2.7",
"express": "^4.17.1",
"minimist": "^1.2.5",
"ora": "^5.1.0",
"prompts": "^2.4.0",
"shelljs": "^0.8.4",
"ws": "^7.3.1"
},
"devDependencies": {
"typescript": "^4.0.3"
},
"bin": {
"eploy2": "bin/eploy2"
},
"keywords": [
"eploy",
"edeploy",
"edeploy-server",
"edeployment",
"deployment",
"node",
"server",
"server deployment",
"easy deploy",
"easy-deploy",
"deploy",
"server client",
"client server",
"websockets",
"sockets",
"easy deployment",
"file transfer",
"files transfer",
"transfer",
"e-transfer",
"easy-transfer",
"etransfer",
"transfer files",
"server transer",
"client transfer",
"background services",
"node",
"nodejs",
"javascript",
"typescript",
"production",
"staging"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p .",
"postinstall": "node lib/post-install.js",
"postuninstall": "node lib/post-uninstall.js"
},
"bugs": {
"email": "dxmari007@gmail.com",
"url": "https://github.com/dxmari/eploy/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/dxmari/eploy/"
},
"author": "Mariselvam",
"license": "MIT"
}