{
  "name": "@keystrokehq/snowflake",
  "version": "0.1.5",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keystrokehq/keystroke.git",
    "directory": "packages/integrations/snowflake"
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./actions": {
      "types": "./dist/actions/index.d.mts",
      "import": "./dist/actions/index.mjs",
      "require": "./dist/actions/index.cjs"
    }
  },
  "peerDependencies": {
    "@keystrokehq/keystroke": ">=0.1.104",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@keystrokehq/keystroke": "link:../../keystroke",
    "@types/node": "^25.9.1",
    "tsdown": "^0.22.0",
    "typescript": "^6.0.3",
    "zod": "^4.4.3"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch --no-clean",
    "typecheck": "tsc --noEmit"
  }
}