{
  "name": "@prodo/babel-plugin",
  "version": "0.1.2",
  "main": "lib/index.js",
  "license": "MIT",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "tsc --build",
    "clean": "rm -rf lib tsconfig.tsbuildinfo",
    "test": "jest",
    "lint": "set -ex; tsc --build; tslint --project ."
  },
  "homepage": "https://github.com/prodo-ai/prodo/tree/master/packages/babel-plugin#readme",
  "bugs": {
    "url": "https://github.com/prodo-ai/prodo/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prodo-ai/prodo.git",
    "directory": "packages/babel-plugin"
  },
  "keywords": [
    "prodo",
    "babel",
    "prodo-babel-plugin",
    "compiler",
    "prodo-babel"
  ],
  "dependencies": {
    "@babel/core": "^7.5.5",
    "@babel/types": "^7.5.5"
  },
  "devDependencies": {
    "@babel/plugin-syntax-jsx": "^7.2.0",
    "@babel/traverse": "^7.5.5",
    "@types/jest": "^24.0.18",
    "@types/node": "^12.7.2",
    "babel-plugin-tester": "^7.0.1",
    "expect": "^24.9.0",
    "prettier": "^1.18.2",
    "ts-jest": "^24.0.2"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "6de2b143225c86545ad0606daf0771a3d594df3d"
}
