{
  "name": "kysely-bun-sqlite",
  "version": "0.4.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/dylanblokhuis/kysely-bun-sqlite"
  },
  "keywords": [
    "kysely",
    "bun",
    "sqlite"
  ],
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup-node src/index.ts --dts --format=esm,cjs"
  },
  "types": "./dist/index.d.ts",
  "dependencies": {
    "bun-types": "^1.1.31"
  },
  "peerDependencies": {
    "kysely": "^0.28.2"
  },
  "devDependencies": {
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  },
  "engines": {
    "bun": ">=1.1.31"
  }
}
