{
  "name": "react-concurrent",
  "version": "2.2.2",
  "description": "A new Render-as-You-Fetch pattern for fetching data.",
  "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",
    "changeLog": "standard-version"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hosseinmd/react-concurrent.git"
  },
  "keywords": [
    "react",
    "Render-as-You-Fetch",
    "concurrent",
    "fetch",
    "async",
    "hooks"
  ],
  "author": "Hossein mohammadi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hosseinmd/react-concurrent/issues"
  },
  "homepage": "https://github.com/hosseinmd/react-concurrent#readme",
  "devDependencies": {
    "@commitlint/config-conventional": "^11.0.0",
    "@react-native-community/eslint-config": "^2.0.0",
    "@types/jest": "^26.0.15",
    "@types/react": "^17.0.0",
    "@typescript-eslint/eslint-plugin": "^4.8.2",
    "@typescript-eslint/parser": "^4.8.2",
    "babel-jest": "^26.6.3",
    "commitlint": "^11.0.0",
    "eslint": "^7.14.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react-hooks": "^4.2.0",
    "husky": "^4.3.0",
    "jest": "^26.6.3",
    "prettier": "^2.2.0",
    "prettier-plugin-jsdoc": "^0.2.4",
    "react": "^17.0.1",
    "react-art": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-scripts": "^4.0.1",
    "react-test-renderer": "^17.0.1",
    "standard-version": "^9.0.0",
    "ts-jest": "^26.4.4",
    "typescript": "^4.1.2"
  },
  "peerDependencies": {
    "react": ">=16.13"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "yarn lint && yarn compile --noEmit"
    }
  }
}
