{
  "name": "@sqliteai/sqlite-wasm",
  "version": "3.50.4-wasm.1.0.0-sync.1.1.3-vector.1.1.2-memory.1.3.5",
  "description": "SQLite Wasm compiled with automatically initialized sqlite-sync, sqlite-vector, and sqlite-memory extensions. Conveniently packaged as an ES Module for effortless integration.",
  "keywords": [
    "sqlite",
    "sqlite3",
    "sqlite-wasm",
    "sqlite3-wasm",
    "webassembly",
    "wasm",
    "esm",
    "opfs",
    "origin-private-file-system",
    "sync",
    "offsync",
    "cloudsync",
    "sqlite-sync",
    "vector",
    "sqlite-vector",
    "memory",
    "sqlite-memory",
    "sqliteai"
  ],
  "main": "index.mjs",
  "node": "node.mjs",
  "type": "module",
  "files": [
    "index.d.ts",
    "index.mjs",
    "node.mjs",
    "sqlite-wasm/"
  ],
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "node": "./node.mjs",
      "import": "./index.mjs",
      "main": "./index.mjs",
      "browser": "./index.mjs"
    },
    "./package.json": "./package.json",
    "./sqlite3.wasm": "./sqlite-wasm/jswasm/sqlite3.wasm"
  },
  "scripts": {
    "publint": "npx publint",
    "check-types": "tsc",
    "clean": "cd .. && git clean -fdX",
    "build": "npm run clean && cd .. && ./build.sh",
    "start": "npx http-server --coop -p 3571",
    "test": "npm run start & HTTP_SERVER_PID=$! && sleep 3 && node test/test.cjs && kill $HTTP_SERVER_PID",
    "fix": "npx prettier . --write",
    "bundle": "npm run build && npm i && npm run fix && npm run publint && npm run check-types && npm run test",
    "deploy": "npm run bundle && npm publish --tag latest --access public --provenance"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sqliteai/sqlite-wasm.git"
  },
  "author": "Gioele Cantoni (gioele@sqlitecloud.io)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/sqliteai/sqlite-wasm/issues"
  },
  "homepage": "https://github.com/sqliteai/sqlite-wasm#readme",
  "devDependencies": {
    "http-server": "^14.1.1",
    "playwright": "*",
    "prettier": "^3.5.3",
    "prettier-plugin-jsdoc": "^1.3.2",
    "publint": "^0.3.12",
    "typescript": "^5.8.3"
  }
}
