{
  "name": "pi-snowflake-query",
  "version": "0.1.3",
  "description": "Pi extension for read-only Snowflake queries via the team `claude` connection, with a specialized snowflake-analyst agent.",
  "type": "module",
  "author": "pi-porenta",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "pi-extension",
    "snowflake",
    "sql",
    "dbt",
    "data-engineering"
  ],
  "homepage": "https://github.com/mporenta/pi-dev/tree/main/extensions/snowflake-query#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mporenta/pi-dev.git",
    "directory": "extensions/snowflake-query"
  },
  "bugs": {
    "url": "https://github.com/mporenta/pi-dev/issues"
  },
  "files": [
    "README.md",
    "snowflake-query.ts",
    "_shared/**/*",
    "skills/**/*",
    "LICENSE"
  ],
  "exports": {
    ".": "./snowflake-query.ts"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "rm -rf .tmp-test && tsc -p tsconfig.test.json && node --test .tmp-test/tests/**/*.test.js && rm -rf .tmp-test",
    "pack:dry-run": "npm pack --dry-run"
  },
  "pi": {
    "extensions": [
      "./snowflake-query.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.74.0",
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@earendil-works/pi-tui": "^0.74.0",
    "@types/node": "^22.0.0",
    "typebox": "^1.1.38",
    "typescript": "^5.6.0"
  },
  "engines": {
    "node": ">=20.6.0"
  }
}
