{
  "name": "@ably-labs/react-hooks",
  "version": "2.1.2",
  "description": "",
  "main": "dist/cjs/index.js",
  "module": "dist/mjs/index.js",
  "types": "dist/mjs/index.d.ts",
  "scripts": {
    "start": "npx vite serve",
    "test": "vitest run",
    "ci": "npm run test && npm run build",
    "build": "npm run build:cjs && npm run build:mjs",
    "build:mjs": "tsc --project tsconfig.mjs.json && cp res/package.mjs.json dist/mjs/package.json",
    "build:cjs": "tsc --project tsconfig.cjs.json && cp res/package.cjs.json dist/cjs/package.json"
  },
  "exports": {
    "import": "./dist/mjs/index.js",
    "require": "./dist/cjs/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ably-labs/react-hooks.git"
  },
  "author": "Jo Franchetti, David Whitney",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ably-labs/react-hooks/issues"
  },
  "homepage": "https://github.com/ably-labs/react-hooks#readme",
  "devDependencies": {
    "@testing-library/react": "^13.3.0",
    "@vitejs/plugin-react": "^1.3.2",
    "jsdom": "^20.0.0",
    "react": ">=18.1.0",
    "react-dom": ">=18.1.0",
    "typescript": ">=4.4.4",
    "vitest": "^0.18.0"
  },
  "dependencies": {
    "ably": "^1.2.27"
  },
  "peerDependencies": {
    "react": ">=18.1.0",
    "react-dom": ">=18.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "ably",
    "react",
    "websockets",
    "realtime",
    "hooks",
    "react hooks"
  ]
}
