{
  "name": "signalar-5040",
  "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": "npm run build",
    "build": "rm -rf ./lib && npm run compile",
    "lint": "eslint --ext '.ts' ./src",
    "test": "npm run build && jest",
    "release": " npm run build && standard-version && npm publish && git push --follow-tags origin main",
    "prettierAll": "prettier --write ."
  },
  "keywords": [
    "react-signalr",
    "react",
    "signalr",
    "web socket",
    "socket",
    "microsoft"
  ],
  "author": "Mohammad Heydari",
  "dependencies": {
    "hermes-channel": "^2.1.2",
    "js-cookie": "^2.2.1",
    "uuid": "^8.3.2"
  },
  "peerDependencies": {
    "@microsoft/signalr": "^8.0.0",
    "react": ">=16.13",
    "socket.io-client": "^4.2.0"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^11.0.0",
    "@microsoft/signalr": "^8.0.0",
    "@react-native-community/eslint-config": "^2.0.0",
    "@types/jest": "^26.0.15",
    "@types/js-cookie": "^2.2.6",
    "@types/react": "^18.0.15",
    "@types/react-dom": "^18.0.6",
    "@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": "^8.48.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "husky": "^4.3.0",
    "jest": "^26.6.3",
    "prettier": "^3.0.3",
    "prettier-plugin-jsdoc": "^1.0.1",
    "react": "^18.2.0",
    "react-art": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "^5.0.1",
    "react-test-renderer": "^18.2.0",
    "socket.io": "^4.2.0",
    "socket.io-client": "^4.2.0",
    "standard-version": "^9.0.0",
    "ts-jest": "^26.4.4",
    "typescript": "^4.9.5"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "yarn lint && yarn compile --noEmit"
    }
  }
}
