{ "name": "permission-gate", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "tsx --test index.test.ts", "typecheck": "tsc" }, "keywords": [], "author": "", "license": "ISC", "packageManager": "pnpm@10.33.0", "devDependencies": { "@earendil-works/pi-coding-agent": "^0.74.1", "@earendil-works/pi-tui": "^0.74.1", "@types/node": "^25.6.0", "tsx": "^4.21.0", "typescript": "^6.0.3" }, "dependencies": { "bash-effect-analyzer": "workspace:*" } }