{
  "name": "@alita/babel-transform-jsx-class",
  "version": "0.0.2",
  "description": "Support classnames with directive.",
  "author": "jsx-plus <i@zeroling.com>",
  "main": "lib/index.js",
  "devDependencies": {
    "@babel/cli": "^7.5.0",
    "@babel/core": "^7.5.4",
    "@babel/preset-env": "^7.5.4",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.4.4",
    "babel-plugin-transform-jsx-stylesheet": "^0.6.8",
    "mocha": "^6.1.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "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"
  ]
}
