2023-10-29 07:35:26 +00:00
|
|
|
{
|
|
|
|
"name": "nodecid",
|
2023-10-29 12:27:53 +00:00
|
|
|
"version": "1.0.4",
|
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",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|