{
  "name": "@devflow-tools/database",
  "version": "0.18.34",
  "description": "SQLite persistence primitives shared by DevFlow runtime packages.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run"
  },
  "dependencies": {
    "@devflow-tools/sdk": "0.18.34"
  },
  "devDependencies": {
    "@types/node": "^22.15.0",
    "typescript": "^5.5.0",
    "vitest": "^2.0.0"
  },
  "gitHead": "4bef753de830e4e881bd150c9b090ab0953139c1",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shilongfeicool/dev-flow.git"
  },
  "homepage": "https://github.com/shilongfeicool/dev-flow#readme",
  "publishConfig": {
    "access": "public"
  }
}
