{
  "name": "pg-lite-promise",
  "version": "0.0.1",
  "description": "Adapter for pg-lite & pg-promise",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc --build tsconfig.json",
    "test": "vitest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexvictoor/pg-lite-promise.git"
  },
  "keywords": [
    "pg-lite",
    "pg-promise"
  ],
  "author": "Alexandre Victoor",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/alexvictoor/pg-lite-promise/issues"
  },
  "homepage": "https://github.com/alexvictoor/pg-lite-promise#readme",
  "dependencies": {
    "@electric-sql/pglite": "^0.3.2",
    "pg-promise": "^11.13.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.29",
    "typescript": "^5.8.3",
    "vitest": "^3.1.4"
  }
}
