nodecid/package.json

21 lines
424 B
JSON
Raw Normal View History

2023-10-29 07:35:26 +00:00
{
"name": "nodecid",
2023-11-06 20:06:33 +00:00
"version": "1.0.7",
2023-10-29 07:35:26 +00:00
"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",
2023-11-01 05:01:17 +00:00
"license": "MIT",
"dependencies": {
"kill-port": "^2.0.1"
}
2023-10-29 07:35:26 +00:00
}