{
  "name": "@livestore/sqlite-wasm",
  "version": "3.46.0-build4",
  "description": "SQLite Wasm conveniently wrapped as an ES Module.",
  "keywords": [
    "sqlite",
    "sqlite3",
    "sqlite-wasm",
    "sqlite3-wasm",
    "webassembly",
    "wasm",
    "esm",
    "opfs",
    "origin-private-file-system"
  ],
  "main": "index.mjs",
  "type": "module",
  "files": [
    "index.d.ts",
    "index.mjs",
    "sqlite-wasm/"
  ],
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.mjs",
      "main": "./index.mjs",
      "node": "./sqlite-wasm/jswasm/sqlite3-node.mjs",
      "browser": "./index.mjs"
    },
    "./node": {
      "types": "./index.d.ts",
      "default": "./sqlite-wasm/jswasm/sqlite3-node.mjs"
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "sqlite-wasm": "bin/index.js"
  },
  "scripts": {
    "publint": "npx publint",
    "clean": "shx rm -rf sqlite-wasm",
    "build": "echo Already manually built SQLite Wasm.",
    "start": "npx http-server --coop",
    "fix": "npx prettier . --write",
    "prepare": "npm run build && npm run fix && npm run publint",
    "deploy": "npm run prepare && git add . && git commit -am 'New release' && git push && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sqlite/sqlite-wasm.git"
  },
  "author": "Johannes Schickling",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/sqlite/sqlite-wasm/issues"
  },
  "homepage": "https://github.com/sqlite/sqlite-wasm#readme",
  "devDependencies": {
    "decompress": "^4.2.1",
    "http-server": "github:vapier/http-server",
    "module-workers-polyfill": "^0.3.2",
    "node-fetch": "^3.3.2",
    "prettier": "^3.2.4",
    "publint": "^0.2.7",
    "prettier-plugin-jsdoc": "^1.3.0",
    "shx": "^0.3.4"
  }
}
