nodecid/package.json
Benjamin Toby cab7b131bf Updates
2025-01-16 08:16:23 +01:00

34 lines
812 B
JSON

{
"name": "@moduletrace/nodecid",
"version": "1.0.8",
"description": "Simple CI/CD process",
"main": "dist/index.js",
"bin": {
"nodecid": "./dist/index.js"
},
"scripts": {
"compile": "bun build --compile --minify --sourcemap --bytecode index.ts --outfile bin/nodecid"
},
"keywords": [
"CI/CD",
"Continuous Integration",
"Continous Deployment"
],
"repository": {
"type": "git",
"url": "https://git.tben.me/Moduletrace/nodecid.git"
},
"author": "Benjamin Toby",
"license": "MIT",
"dependencies": {
"kill-port": "^2.0.1"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^22.10.7"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}