{
  "name": "@expressive/babel-plugin-core",
  "version": "1.0.0-beta.51",
  "description": "Babel transformer preset for React Expression Syntax",
  "repository": "https://github.com/gabeklein/expressive-dsl",
  "author": {
    "name": "Gabe Klein",
    "email": "gabe@termtm.com",
    "url": "https://github.com/gabeklein"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react",
    "expressive",
    "xjs"
  ],
  "main": "lib/index.js",
  "types": "index.d.ts",
  "files": [
    "/lib",
    "/index.d.ts"
  ],
  "scripts": {
    "build": "rollup --config",
    "watch": "rollup --config --watch --sourcemap",
    "prebuild": "rm -rf lib",
    "prepare": "yarn build"
  },
  "devDependencies": {
    "@types/babel__template": "7.0.2",
    "@types/babel__traverse": "7.0.10",
    "@types/node": "^11.13.4",
    "rollup": "^1.10.0",
    "rollup-plugin-commonjs": "^9.3.4",
    "rollup-plugin-typescript2": "^0.20.1",
    "typescript": "3.8.3"
  },
  "dependencies": {
    "@babel/template": "7.8.6",
    "@babel/types": "7.9.5"
  },
  "gitHead": "d22cf16d053ddcf5a1e5036c8fb56a50a2b302ff"
}
