{
  "name": "@rasmusengelbrecht/pi-semantic-query",
  "version": "0.1.6",
  "description": "Compile and inspect governed semantic metrics from pi coding agent",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "semantic-layer",
    "analytics",
    "metrics",
    "sql"
  ],
  "license": "MIT",
  "author": "Rasmus Engelbrecht",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rasmusengelbrecht/pi-semantic-query.git"
  },
  "bugs": {
    "url": "https://github.com/rasmusengelbrecht/pi-semantic-query/issues"
  },
  "homepage": "https://github.com/rasmusengelbrecht/pi-semantic-query#readme",
  "type": "module",
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [
      "./skills"
    ]
  },
  "files": [
    "extensions",
    "skills",
    "README.md",
    "package.json"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.77.0",
    "@types/node": "^25.9.3",
    "jiti": "^2.7.0",
    "typebox": "^1.0.55",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "typecheck": "tsc --noEmit"
  }
}
