{
  "name": "babel-plugin-react-generate-property",
  "version": "1.1.2",
  "description": "A plugin to automatically generate properties (for example data attributes) for all JSX open tags, using user specified convention",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "build": "babel src -d lib",
    "build:watch": "babel src -w -d lib",
    "prepublishOnly": "npm run build",
    "test": "mocha",
    "tests": "mocha -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shawnxusy/babel-plugin-react-generate-property.git"
  },
  "keywords": [
    "react",
    "babel",
    "styled",
    "components",
    "data",
    "attributes",
    "property"
  ],
  "author": "Shawn Xu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shawnxusy/babel-plugin-react-generate-property/issues"
  },
  "homepage": "https://github.com/shawnxusy/babel-plugin-react-generate-property#readme",
  "devDependencies": {
    "@babel/cli": "^7.8.3",
    "@babel/core": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "@babel/preset-react": "^7.8.3",
    "eslint": "^6.8.0",
    "mocha": "^9.1.3",
    "prettier": "^2.4.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  }
}
