{
  "name": "@based/protocol",
  "version": "0.1.14",
  "license": "MIT",
  "files": [
    "dist",
    "README.md",
    "package.json",
    "!dist/**/*.map"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./db-read": "./dist/db-read/read.js",
    "./db-read/serialize-schema": "./dist/db-read/schema/serialize.js",
    "./client-server": "./dist/client-server/index.js"
  },
  "scripts": {
    "clean": "rm -rf ./node_modules ./dist ./tsconfig.tsbuildinfo",
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "tsc && tsc $npm_config --noEmit && tsx --test $npm_config"
  },
  "prettier": "@saulx/prettier-config",
  "sideEffects": false,
  "type": "module",
  "devDependencies": {
    "@saulx/prettier-config": "2.0.0",
    "@saulx/tsconfig": "^1.1.0",
    "@types/node": "^22.5.3",
    "tsx": "^4.19.0",
    "typescript": "^5.6.3"
  },
  "dependencies": {
    "@based/hash": "1.1.6",
    "fflate": "0.8.2",
    "@based/utils": "1.2.6",
    "@based/schema": "5.1.11"
  }
}
