{
  "name": "react-signalr",
  "version": "0.2.24",
  "description": "React-signalr is a tools for using signalr web socket in react/react-native apps",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "compile": "tsc",
    "prepare": "yarn build",
    "build": "rm -rf ./lib && yarn compile",
    "lint": "eslint --ext '.ts' ./src",
    "test": "yarn build && jest",
    "release": " yarn build && standard-version && npm publish && git push --follow-tags origin main",
    "prettierAll": "prettier --write ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hosseinmd/react-signalr.git"
  },
  "keywords": [
    "react-signalr",
    "react",
    "signalr",
    "web socket",
    "socket",
    "microsoft"
  ],
  "author": "Hossein mohammadi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hosseinmd/react-signalr/issues"
  },
  "homepage": "https://github.com/hosseinmd/react-signalr#readme",
  "dependencies": {
    "hermes-channel": "^2.1.2",
    "js-cookie": "^2.2.1",
    "uuid": "^8.3.2"
  },
  "peerDependencies": {
    "react": ">=16.13",
    "@microsoft/signalr": "^8.0.0",
    "socket.io-client": "^4.2.0"
  },
  "devDependencies": {
    "socket.io-client": "^4.2.0",
    "socket.io": "^4.2.0",
    "@microsoft/signalr": "^8.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@react-native-community/eslint-config": "^2.0.0",
    "@types/jest": "^26.0.15",
    "@types/js-cookie": "^2.2.6",
    "@types/react-dom": "^18.0.6",
    "@types/react": "^18.0.15",
    "@types/uuid": "^8.3.1",
    "@typescript-eslint/eslint-plugin": "^6.6.0",
    "@typescript-eslint/parser": "^6.6.0",
    "babel-jest": "^26.6.3",
    "commitlint": "^11.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint": "^8.48.0",
    "husky": "^4.3.0",
    "jest": "^26.6.3",
    "prettier-plugin-jsdoc": "^1.0.1",
    "prettier": "^3.0.3",
    "react-art": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "^5.0.1",
    "react-test-renderer": "^18.2.0",
    "react": "^18.2.0",
    "standard-version": "^9.0.0",
    "ts-jest": "^26.4.4",
    "typescript": "^5.2.2"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "yarn lint && yarn compile --noEmit"
    }
  }
}
