nodecid/package.json
Benjamin Toby bb3d0712ca Upgrades
2023-11-01 06:01:17 +01:00

21 lines
424 B
JSON

{
"name": "nodecid",
"version": "1.0.6",
"description": "Simple CI/CD process",
"main": "index.js",
"bin": {
"nodecid": "./index.js",
"node-ci-cd": "./index.js"
},
"keywords": [
"CI/CD",
"Continuous Integration",
"Continous Deployment"
],
"author": "Benjamin Toby",
"license": "MIT",
"dependencies": {
"kill-port": "^2.0.1"
}
}