{
  "name": "babel-plugin-transform-react-class-to-function",
  "description": "A Babel 7 plugin which transforms React component classes into functions",
  "version": "1.2.2",
  "license": "MIT",
  "homepage": "https://github.com/remcohaszing/babel-plugin-transform-react-class-to-function#readme",
  "author": "Remco Haszing <remcohaszing@gmail.com>",
  "main": "lib",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remcohaszing/babel-plugin-transform-react-class-to-function.git"
  },
  "bugs": {
    "url": "https://github.com/remcohaszing/babel-plugin-transform-react-class-to-function/issues"
  },
  "keywords": [
    "babel",
    "babel-plugin",
    "react"
  ],
  "scripts": {
    "eslint": "eslint .",
    "jest": "jest --coverage",
    "start": "jest --watchAll",
    "test": "npm-run-all eslint jest"
  },
  "dependencies": {
    "@babel/helper-plugin-utils": "^7.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.2.0",
    "@babel/helper-plugin-test-runner": "^7.1.0",
    "babel-eslint": "^10.0.1",
    "codecov": "^3.1.0",
    "eslint": "^5.10.0",
    "eslint-config-airbnb": "^17.0.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.9.1",
    "jest": "^23.6.0",
    "npm-run-all": "^4.1.5"
  }
}
