{
  "name": "@ocap/indexdb",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.30.24",
  "type": "module",
  "description": "Defines the basic interface for OCAP IndexDB",
  "main": "./lib/main.cjs",
  "module": "./esm/main.mjs",
  "types": "./esm/main.d.mts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./esm/main.d.mts",
      "import": "./esm/main.mjs",
      "default": "./lib/main.cjs"
    },
    "./lib/*.js": {
      "types": "./esm/*.d.mts",
      "import": "./esm/*.mjs",
      "default": "./lib/*.cjs"
    },
    "./lib/*": {
      "types": "./esm/*.d.mts",
      "import": "./esm/*.mjs",
      "default": "./lib/*.cjs"
    }
  },
  "files": [
    "lib",
    "esm"
  ],
  "scripts": {
    "lint": "biome check",
    "lint:fix": "biome check --write",
    "test": "bun test",
    "coverage": "npm run test -- --coverage",
    "build": "tsdown",
    "build:watch": "tsdown -w",
    "clean": "rm -rf lib esm"
  },
  "keywords": [],
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
  "contributors": [
    "wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/lodash": "^4.17.10",
    "@types/node": "^22.7.5",
    "tsdown": "^0.18.4"
  },
  "dependencies": {
    "@ocap/state": "1.30.24",
    "@ocap/types": "1.30.24",
    "@ocap/util": "1.30.24",
    "kareem": "^2.4.1",
    "lodash": "^4.17.23"
  }
}
