{
  "name": "forge-sutra",
  "version": "1.1.1",
  "description": "Static structural graph tool for JS/TS repos. Writes graph.json + HTML view + drift checks. v1.1.",
  "type": "module",
  "bin": {
    "forge-sutra": "./dist/cli.js",
    "sutra": "./dist/cli.js"
  },
  "files": [
    "dist",
    "viewer",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "lint": "tsc --noEmit",
    "sutra": "node dist/cli.js",
    "prepublishOnly": "npm run build && npm test"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "chokidar": "^4.0.3",
    "commander": "^12.1.0",
    "tree-sitter": "^0.25.0",
    "tree-sitter-python": "^0.25.0",
    "ts-morph": "^23.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "typescript": "^5.4.0",
    "vitest": "^1.4.0"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sbknext/forge-sutra"
  },
  "keywords": [
    "sutra",
    "forge",
    "static-analysis",
    "typescript",
    "graph"
  ]
}
