{
  "name": "ast-guard",
  "version": "2.4.0",
  "description": "A production-ready AST security guard for JavaScript - validate, protect, and enforce code safety with extensible rules",
  "author": "AgentFront <info@agentfront.dev>",
  "homepage": "https://github.com/agentfront/enclave/tree/main/libs/ast-guard",
  "license": "Apache-2.0",
  "keywords": [
    "ast",
    "validator",
    "javascript",
    "static-analysis",
    "code-validation",
    "acorn",
    "ast-validation",
    "security",
    "code-quality",
    "ast-guard",
    "security-guard"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agentfront/enclave.git",
    "directory": "libs/ast-guard"
  },
  "bugs": {
    "url": "https://github.com/agentfront/enclave/issues"
  },
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./src/index.d.ts",
      "import": "./src/index.js",
      "default": "./src/index.js"
    }
  },
  "dependencies": {
    "acorn": "8.15.0",
    "acorn-walk": "8.3.4",
    "astring": "1.9.0"
  },
  "devDependencies": {
    "typescript": "^5.9.3"
  },
  "type": "commonjs"
}
