{
  "name": "@duckcodeailabs/dql-governance",
  "version": "1.14.2",
  "description": "DQL Governance: block testing, certification, cost estimation, and access policies",
  "license": "Apache-2.0",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/duckcode-ai/dql.git",
    "directory": "packages/dql-governance"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@duckcodeailabs/dql-core": "^1.14.2",
    "@duckcodeailabs/dql-project": "^1.14.2"
  },
  "devDependencies": {
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "rm -rf dist tsconfig.tsbuildinfo && tsc -b",
    "test": "vitest run --passWithNoTests",
    "clean": "rm -rf dist tsconfig.tsbuildinfo"
  }
}