{
  "name": "@cipherstash/protect",
  "version": "12.0.0",
  "description": "CipherStash Protect for JavaScript",
  "keywords": [
    "encrypted",
    "query",
    "language",
    "typescript",
    "ts",
    "protect"
  ],
  "bugs": {
    "url": "https://github.com/cipherstash/stack/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cipherstash/stack.git",
    "directory": "packages/protect"
  },
  "license": "MIT",
  "author": "CipherStash <hello@cipherstash.com>",
  "type": "module",
  "bin": {
    "stash": "./dist/bin/stash.js"
  },
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./client": {
      "types": "./dist/client.d.ts",
      "import": "./dist/client.js",
      "require": "./dist/client.cjs"
    },
    "./identify": {
      "types": "./dist/identify/index.d.ts",
      "import": "./dist/identify/index.js",
      "require": "./dist/identify/index.cjs"
    },
    "./stash": {
      "types": "./dist/stash/index.d.ts",
      "import": "./dist/stash/index.js",
      "require": "./dist/stash/index.cjs"
    }
  },
  "devDependencies": {
    "@supabase/supabase-js": "^2.105.4",
    "execa": "^9.5.2",
    "json-schema-to-typescript": "^15.0.2",
    "postgres": "^3.4.7",
    "tsup": "8.5.1",
    "tsx": "4.22.1",
    "typescript": "5.9.3",
    "vitest": "3.2.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@byteslice/result": "^0.2.0",
    "@cipherstash/protect-ffi": "0.23.0",
    "@stricli/core": "^1.2.7",
    "dotenv": "17.4.2",
    "zod": "^3.25.76",
    "@cipherstash/schema": "3.0.0"
  },
  "optionalDependencies": {
    "@rollup/rollup-linux-x64-gnu": "4.60.4"
  },
  "scripts": {
    "build": "tsup",
    "postbuild": "chmod +x ./dist/bin/stash.js",
    "dev": "tsup --watch",
    "test": "vitest run",
    "release": "tsup"
  }
}