{
  "name": "@svc-pool/react",
  "version": "2.0.6",
  "description": "",
  "author": "Thanh Nguyen <ndthanhdev@outlook.com>",
  "homepage": "https://github.com/svc-pool/svc-pool#readme",
  "license": "MIT",
  "main": "dist/umd/index.js",
  "module": "dist/esm/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/svc-pool/svc-pool.git"
  },
  "scripts": {
    "_build:rollup": "yarn run rollup -c etc/rollup.config.js",
    "_build:clean": "yarn run rimraf ./dist",
    "build": "yarn run run-s _build:clean _build:rollup",
    "test": "yarn run jest -c ./etc/jest.config.js",
    "test:debug": "yarn run --inspect-brk jest -c etc/jest.config.js --runInBand",
    "prepublishOnly": "yarn run build"
  },
  "bugs": {
    "url": "https://github.com/svc-pool/svc-pool/issues"
  },
  "peerDependencies": {
    "@svc-pool/core": "*",
    "react": "*"
  },
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/preset-env": "^7.12.1",
    "@babel/preset-react": "^7.12.5",
    "@svc-pool/core": "2.0.6",
    "@types/enzyme": "^3.10.8",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/jest": "^26.0.15",
    "@types/ramda": "^0.27.32",
    "@types/react": "^16.9.56",
    "@types/react-dom": "^16.9.9",
    "@wessberg/rollup-plugin-ts": "^1.3.8",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.5",
    "gh-pages": "^3.1.0",
    "jest": "^26.6.3",
    "npm-run-all": "^4.1.5",
    "ramda": "^0.27.1",
    "react": "^16.14.0",
    "react-dom": "^16.9.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.33.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-copy": "^3.3.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "ts-jest": "^26.4.3",
    "tslib": "^2.0.3",
    "typescript": "^4.0.5"
  }
}