{
  "name": "babel-plugin-antd-test-class",
  "version": "0.1.2",
  "description": "add test class name for react antd based project.",
  "repository": {
    "type": "git",
    "url": "https://github.com/liangpure/babel-plugin-antd-test-class"
  },
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src --out-dir lib --ignore test",
    "test": "jest",
    "lint": "eslint --ext .js src",
    "lint:fix": "eslint --ext .js src --fix",
    "prepublish": "npm run test && npm run build"
  },
  "pre-commit": [
    "lint"
  ],
  "keywords": [
    "babel-plugin",
    "antd",
    "test-class"
  ],
  "jest": {
    "modulePathIgnorePatterns": [
      "/test/fixtures/"
    ],
    "testEnvironment": "node",
    "testRegex": "./test/.+\\.js$"
  },
  "author": "liangpure <liangpure@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.1.2",
    "@babel/plugin-transform-react-jsx": "^7.0.0",
    "@babel/polyfill": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.0.0",
    "babel-core": "^7.0.0-0",
    "eslint": "^5.6.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",
    "jest": "^23.6.0"
  },
  "files": [
    "lib",
    "package.json",
    "README.md"
  ],
  "dependencies": {
    "@babel/plugin-syntax-jsx": "^7.0.0",
    "@babel/types": "^7.1.2"
  }
}
