{
  "name": "@magieno/sqlite-client",
  "version": "3.45.1-build5-with-extension-support",
  "description": "SQLite Client is a wrapper for Sqlite on Wasm that uses the Origin Private File System to persist the sqlite database file.",
  "keywords": [
    "sqlite",
    "sqlite3",
    "sqlite-wasm",
    "sqlite3-wasm",
    "webassembly",
    "wasm",
    "esm",
    "opfs",
    "origin-private-file-system",
    "bucket-file-system",
    "bfs"
  ],
  "publishConfig": {
    "access": "public"
  },
  "module": "dist/bundle/sqlite-client.js",
  "types": "dist/esm/sqlite-client.d.ts",
  "main": "dist/bundle/sqlite-client.js",
  "type": "module",
  "scripts": {
    "prebuild": "rm -rf dist",
    "build": "tsc -p tsconfig.json",
    "bundle": "rollup -c rollup.config.js --compact",
    "package": "tsc -p tsconfig.json && rollup -c rollup.config.js --compact"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/magieno/sqlite-client.git"
  },
  "author": "Etienne Noël (etiennenoel@google.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/magieno/sqlite-client/issues"
  },
  "homepage": "https://github.com/magieno/sqlite-client#readme",
  "dependencies": {
    "@sqlite.org/sqlite-wasm": "^3.45.1-build1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "rollup": "^3.16.0",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-ignore": "^1.0.10",
    "rollup-plugin-typescript2": "^0.34.1",
    "typescript": "^5.4.3"
  },
  "files": [
    "dist"
  ]
}
