{
  "name": "cojson-storage-indexeddb",
  "version": "0.20.16",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "dependencies": {
    "cojson": "0.20.16"
  },
  "devDependencies": {
    "typescript": "6.0.2",
    "webdriverio": "^8.15.0"
  },
  "gitHead": "33c27053293b4801b968c61d5c4c989f93a67d13",
  "scripts": {
    "dev": "tsc --watch --sourceMap --outDir dist",
    "test": "vitest --run --root ../../ --project cojson-storage-indexeddb",
    "test:watch": "vitest --watch --root ../../ --project cojson-storage-indexeddb",
    "format-and-lint": "biome check .",
    "format-and-lint:fix": "biome check . --write",
    "build": "rm -rf ./dist && tsc --sourceMap --outDir dist"
  }
}