21 lines
424 B
JSON
21 lines
424 B
JSON
{
|
|
"name": "nodecid",
|
|
"version": "1.0.7",
|
|
"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"
|
|
}
|
|
}
|