buncid/package.json

18 lines
365 B
JSON
Raw Normal View History

2023-10-29 07:35:26 +00:00
{
"name": "nodecid",
2023-10-29 14:54:24 +00:00
"version": "1.0.5",
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"
}