char-slop/ai-dots

ai dotfiles

git clone https://git.t4t.associates/char-slop/ai-dots

Charlotte Somuse jiti for permission-gate / bash-effect-analyzer59f6e96

main
569 B27 linesraw
1{
2  "name": "bash-effect-analyzer",
3  "version": "0.1.0",
4  "description": "Statically analyze the filesystem and network effects of Bash commands",
5  "type": "module",
6  "exports": {
7    ".": "./lib/mod.ts"
8  },
9  "scripts": {
10    "dev": "vitest",
11    "test": "vitest run",
12    "typecheck": "tsc"
13  },
14  "engines": {
15    "node": ">=20.6"
16  },
17  "license": "MIT",
18  "dependencies": {
19    "tree-sitter-bash": "^0.25.1",
20    "web-tree-sitter": "^0.26.11"
21  },
22  "devDependencies": {
23    "@types/node": "^26.1.1",
24    "typescript": "^7.0.2",
25    "vitest": "^4.1.10"
26  }
27}