{ "name": "bash-effect-analyzer", "version": "0.1.0", "description": "Statically analyze the filesystem and network effects of Bash commands", "type": "module", "exports": { ".": "./lib/mod.ts" }, "scripts": { "dev": "vitest", "test": "vitest run", "typecheck": "tsc" }, "engines": { "node": ">=20.6" }, "license": "MIT", "dependencies": { "tree-sitter-bash": "^0.25.1", "web-tree-sitter": "^0.26.11" }, "devDependencies": { "@types/node": "^26.1.1", "typescript": "^7.0.2", "vitest": "^4.1.10" } }