{
  "name": "@lucasschirm/amb-client-react",
  "version": "0.0.3",
  "description": "Allow to watch records using AMB Websockets from a react application.",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "scripts": {
    "build": "tsc && npm run build:esm",
    "build:esm": "tsc --module es6 --outDir dist",
    "test": "vitest run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lucasschirm/amb-client-react.git"
  },
  "keywords": [
    "servicenow",
    "amb",
    "websocket",
    "react",
    "reactjs",
    "javascript"
  ],
  "author": "Lucas Caixeta",
  "private": false,
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/lucasschirm/amb-client-react/issues"
  },
  "homepage": "https://github.com/lucasschirm/amb-client-react#readme",
  "devDependencies": {
    "@testing-library/react": "^16.3.0",
    "@types/jest": "^29.5.14",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.9",
    "jsdom": "^26.1.0",
    "react-dom": "^18.2.0",
    "typescript": "^5.8.3",
    "vitest": "^3.1.4"
  },
  "dependencies": {
    "amb-client-js": "^20.0.3",
    "cometd": "^8.0.8",
    "react": "^17.0.0"
  }
}
