{
  "name": "@therms/rpc-client",
  "version": "4.0.0",
  "description": "RPC framework, browser client lib",
  "private": false,
  "main": "./dist/cjs.js",
  "module": "./dist/index.js",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js",
    "default": "./dist/umd.js",
    "require": "./dist/cjs.js"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "rm -rf dist; rollup -c --bundleConfigAsCjs",
    "prepublishOnly": "npm run build",
    "start": "rm -rf dist; rollup -c --watch",
    "test": "jest"
  },
  "author": "cory@therms.io",
  "license": "UNLICENSED",
  "homepage": "https://bitbucket.org/thermsio/rpc-client-ts/",
  "dependencies": {
    "fast-json-stable-stringify": "^2.1.0",
    "lodash-es": "^4.17.21",
    "lru-cache": "^10.0.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.4",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.4.3",
    "@rollup/plugin-typescript": "^11.0.0",
    "@semantic-release/changelog": "^6.0.0",
    "@semantic-release/commit-analyzer": "^12.0.0",
    "@semantic-release/git": "^10.0.0",
    "@semantic-release/npm": "^12.0.0",
    "@semantic-release/release-notes-generator": "^12",
    "@therms/rpc-server": "^3.0.0",
    "@types/debug": "^4.1.5",
    "@types/fast-json-stable-stringify": "^2.1.0",
    "@types/jest": "^29.5.0",
    "@types/lodash-es": "^4.17.4",
    "@types/lru-cache": "^7.6.1",
    "debug": "^4.3.1",
    "jest": "^29.5.0",
    "prettier": "^3.0.3",
    "rollup": "^4.1.5",
    "rollup-plugin-auto-external": "^2.0.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "semantic-release": "^23.0.2",
    "ts-jest": "^29.1.0",
    "tslib": "^2.1.0",
    "typescript": "^5.0.3"
  }
}
