{
  "name": "@pikku/kysely",
  "version": "0.13.27",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pikkujs/pikku.git",
    "directory": "packages/services/kysely"
  },
  "description": "Kysely-backed Pikku services — workflow state, secrets, sessions, scopes and audit",
  "author": "yasser.fadl@gmail.com",
  "license": "MIT",
  "module": "dist/src/index.js",
  "main": "dist/src/index.js",
  "bin": {
    "pikku-kysely-pure": "dist/bin/pikku-kysely-pure.js"
  },
  "type": "module",
  "scripts": {
    "tsc": "tsc",
    "ncu": "npx npm-check-updates",
    "build": "tsc -b",
    "test": "bash run-tests.sh",
    "test:watch": "bash run-tests.sh --watch",
    "test:coverage": "bash run-tests.sh --coverage",
    "release": "npm run build && npm test",
    "prepublishOnly": "bun run build"
  },
  "peerDependencies": {
    "@pikku/core": "^0.12.111"
  },
  "dependencies": {
    "kysely": "^0.29.5"
  },
  "devDependencies": {
    "@electric-sql/pglite": "^0.5.5",
    "@types/better-sqlite3": "^9.6.0",
    "better-sqlite3": "^13.0.3",
    "kysely-codegen": "^0.20.0",
    "kysely-postgres-js": "^3.0.0",
    "postgres": "^3.4.9"
  },
  "exports": {
    ".": "./dist/src/index.js"
  }
}
