buncid/package.json
Benjamin Toby e75d08ca10 Bugfix
2023-10-29 13:26:29 +01:00

18 lines
365 B
JSON

{
"name": "nodecid",
"version": "1.0.3",
"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"
}