{
  "name": "@leafac/sqlite",
  "version": "4.0.0",
  "description": "Radically Straightforward SQLite",
  "keywords": [
    "sqlite",
    "sqlite3",
    "template",
    "tagged template literal",
    "template strings",
    "better-sqlite3"
  ],
  "homepage": "https://github.com/leafac/sqlite",
  "repository": "https://github.com/leafac/sqlite",
  "bugs": "https://github.com/leafac/sqlite/issues",
  "funding": [
    "https://patreon.com/leafac",
    "https://paypal.me/LeandroFacchinettiEU",
    "https://github.com/sponsors/leafac",
    "https://btc.com/34KJBgtaFYMtDqpSgMayw9qiKWg2GQXA9M"
  ],
  "author": "Leandro Facchinetti <sqlite@leafac.com> (https://leafac.com)",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "exports": "./build/index.mjs",
  "types": "./build/index.d.mts",
  "scripts": {
    "prepare": "tsc",
    "test": "prettier --check \"source/**/*.mts\" --end-of-line auto && npm run prepare && cross-env TEST=leafac--sqlite node ./build/index.mjs"
  },
  "dependencies": {
    "@types/better-sqlite3": "^7.6.2",
    "better-sqlite3": "^8.0.1"
  },
  "devDependencies": {
    "@types/node": "^18.11.10",
    "cross-env": "^7.0.3",
    "prettier": "^2.8.0",
    "typescript": "^4.9.3"
  }
}
