{
  "name": "babel-plugin-hyperscript-to-jsx",
  "version": "2.0.0",
  "description": "This plugin transforms react-hyperscript into JSX",
  "repository": "https://github.com/RIP21/babel-plugin-hyperscript-to-jsx",
  "license": "MIT",
  "author": "https://github.com/RIP21/",
  "main": "src/index.js",
  "keywords": [
    "babel-plugin",
    "babel-codemod",
    "codemod",
    "hyperscript",
    "jsx"
  ],
  "devDependencies": {
    "babel-plugin-tester": "7.0.4",
    "jest": "^25.1.0",
    "np": "^6.0.0",
    "prettier": "^1.19.1"
  },
  "scripts": {
    "test": "jest",
    "start": "node manualRun.js",
    "release": "np"
  },
  "dependencies": {
    "@babel/core": "^7.8.4",
    "@babel/helper-plugin-utils": "^7.8.3",
    "string-extract-class-names": "^4.0.6"
  }
}
