{
  "name": "babel-plugin-transform-react-remove-prop-types",
  "version": "0.2.10",
  "description": "Remove unnecessary React propTypes from the production build",
  "main": "lib/index.js",
  "scripts": {
    "lint": "eslint src test",
    "test:unit": "babel-node test/index.js",
    "test:unit:watch": "babel-node test/watch.js",
    "test": "npm run lint && npm run test:unit && npm run flow",
    "prebuild": "rm -rf lib/",
    "build": "babel src --out-dir lib",
    "flow": "flow",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types.git"
  },
  "keywords": [
    "babel",
    "babel-plugin",
    "react",
    "minification",
    "propTypes"
  ],
  "author": "Nikita Gusakov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/issues"
  },
  "files": [
    "lib",
    "src"
  ],
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-core": "^6.14.0",
    "babel-eslint": "^7.0.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-0": "^6.3.13",
    "eslint": "^3.4.0",
    "eslint-plugin-flowtype": "^2.14.3",
    "eslint-plugin-import": "^2.0.0",
    "eslint-plugin-mocha": "^4.5.1",
    "eslint-plugin-react": "^6.2.0",
    "flow-bin": "^0.33.0",
    "glob": "^7.0.6",
    "minimist": "^1.2.0",
    "mocha": "^3.0.2",
    "nodemon": "^1.10.2"
  }
}
