{
  "name": "@connected/client",
  "version": "0.2.0",
  "description": "The hassle free way to call your server-side code",
  "keywords": [
    "client-server"
  ],
  "author": "Martin Komara <martin.komara@gmail.com>",
  "homepage": "https://staffino.github.io/connected/",
  "license": "ISC",
  "type": "module",
  "main": "dist/index.js",
  "typings": "./dist/index.d.ts",
  "sideEffects": false,
  "directories": {
    "dist": "dist"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/staffino/connected.git"
  },
  "bugs": {
    "url": "https://github.com/staffino/connected/issues"
  },
  "dependencies": {
    "array-find": "^1.0.0",
    "dataloader": "^1.4.0",
    "jayson": "^3.1.2",
    "tslib": "^2.6.2",
    "uuid": "^3.3.3"
  },
  "gitHead": "94aa5f5c83f052742811e320926b3ae674f6cdcb",
  "devDependencies": {
    "@fetch-mock/vitest": "^0.2.13",
    "vitest": "^3.0.9",
    "vitest-fetch-mock": "^0.4.5"
  },
  "scripts": {
    "coverage": "vitest run --coverage",
    "test": "run-s test:syntax test:vitest",
    "test:syntax": "tsc --noEmit",
    "test:vitest": "vitest run",
    "prebuild": "pnpm run clean",
    "build": "tsc --build tsconfig.build.json",
    "lint": "eslint -c '../../.eslintrc.json'",
    "clean": "rimraf coverage build *.tsbuildinfo dist/*"
  }
}