{
  "name": "babel-plugin-transform-jsx-fragment",
  "version": "0.1.5",
  "description": "",
  "author": "jsx-plus <i@zeroling.com>",
  "main": "lib/index.js",
  "devDependencies": {
    "@babel/cli": "^7.5.0",
    "@babel/core": "^7.5.4",
    "@babel/plugin-transform-react-jsx": "^7.3.0",
    "@babel/preset-env": "^7.5.4",
    "@babel/preset-react": "^7.7.0",
    "@babel/register": "^7.4.4",
    "mocha": "^6.1.4"
  },
  "scripts": {
    "clean": "rm -rf lib",
    "build": "babel src -d lib",
    "test": "mocha --require @babel/register",
    "test:watch": "npm run test -- --watch",
    "prepublish": "npm run clean && npm run build"
  },
  "keywords": [
    "babel-plugin"
  ]
}
