feat: CISandbox v1.0.0 — Interactive CI Pipeline Debugger with Local Env Sync
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "cisandbox",
|
||||
"version": "1.0.0",
|
||||
"description": "Interactive CI Pipeline Debugger with Local Env Sync",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"cisandbox": "./dist/cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "vitest run",
|
||||
"dev": "tsx src/cli.ts"
|
||||
},
|
||||
"keywords": ["ci", "devops", "docker", "github-actions", "debugger"],
|
||||
"author": "BunBun Labs",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chalk": "^5.4.1",
|
||||
"commander": "^13.1.0",
|
||||
"dockerode": "^4.0.6",
|
||||
"js-yaml": "^4.1.0",
|
||||
"ora": "^8.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/dockerode": "^3.3.38",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"@types/node": "^22.15.49",
|
||||
"@vitest/coverage-v8": "^3.2.6",
|
||||
"tsx": "^4.19.4",
|
||||
"typescript": "^5.8.3",
|
||||
"vitest": "^3.2.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user