{
  "name": "make-event-props",
  "version": "1.2.0",
  "description": "Returns an object with on-event callback props curried with provided args.",
  "main": "dist/entry.js",
  "es6": "src/entry.js",
  "scripts": {
    "build": "babel src -d dist --ignore **/__tests__",
    "prepublishOnly": "yarn run build",
    "test": "yarn run test-eslint && yarn run test-jest",
    "test-eslint": "eslint src/ --ext .jsx,.js",
    "test-jest": "jest",
    "test-jest-coverage": "jest --coverage"
  },
  "keywords": [
    "react",
    "event",
    "event props"
  ],
  "author": {
    "name": "Wojciech Maj",
    "email": "kontakt@wojtekmaj.pl"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "^23.6.0",
    "eslint": "^5.5.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",
    "jest": "^23.6.0"
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist/",
    "src/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/wojtekmaj/make-event-props.git"
  }
}
