{
  "name": "@seznam/compose-react-refs",
  "version": "1.0.6",
  "description": "A simple utility for composing two or more react refs into a single callback ref.",
  "main": "composeRefs.js",
  "types": "./composeRefs.d.ts",
  "scripts": {
    "build": "rm -rf dist/ && npm test && npm run compile && cp LICENSE package.json README.md composeRefs.ts dist/",
    "compile": "tsc --project .",
    "prepublishOnly": "echo 'Run \\'npm run publish-package\\' instead' && exit 1",
    "publish-package": "git push && git push --tags && npm run build && npm publish --access=public --ignore-scripts dist",
    "test": "tslint --project . && jest && stryker run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seznam/compose-react-refs.git"
  },
  "keywords": [
    "react",
    "ref",
    "refs",
    "combine",
    "compose",
    "multiple",
    "chain"
  ],
  "author": "Martin Jurča <martin.jurca@firma.seznam.cz>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/seznam/compose-react-refs/issues"
  },
  "homepage": "https://github.com/seznam/compose-react-refs#readme",
  "devDependencies": {
    "@stryker-mutator/core": "^2.0.0",
    "@stryker-mutator/html-reporter": "^2.0.0",
    "@stryker-mutator/jest-runner": "^2.0.0",
    "@stryker-mutator/typescript": "^2.0.0",
    "@types/jest": "^24.0.13",
    "@types/react": "^16.8.19",
    "jest": "^24.8.0",
    "react": "^16.8.6",
    "ts-jest": "^24.0.2",
    "tslint": "^5.17.0",
    "tslint-microsoft-contrib": "^6.2.0",
    "typescript": "^3.5.1"
  }
}
