{
  "name": "babel-macros",
  "version": "1.2.0",
  "description": "Enables zero-config, importable babel plugins",
  "main": "dist/index.js",
  "scripts": {
    "add-contributor": "kcd-scripts contributors add",
    "build": "kcd-scripts build",
    "lint": "kcd-scripts lint",
    "test": "kcd-scripts test",
    "test:update": "npm test -- --updateSnapshot --coverage",
    "validate": "kcd-scripts validate",
    "setup": "npm install && npm run validate -s",
    "precommit": "kcd-scripts precommit"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "babel-plugin",
    "macros",
    "macro",
    "babel-macro",
    "babel-plugin-macro"
  ],
  "author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
  "license": "MIT",
  "dependencies": {
    "cosmiconfig": "3.1.0"
  },
  "devDependencies": {
    "ast-pretty-print": "2.0.1",
    "babel-core": "^6.25.0",
    "babel-plugin-tester": "^4.0.0",
    "babylon": "6.18.0",
    "cpy": "6.0.0",
    "kcd-scripts": "0.27.0"
  },
  "eslintConfig": {
    "extends": "./node_modules/kcd-scripts/eslint.js"
  },
  "eslintIgnore": [
    "node_modules",
    "coverage",
    "dist"
  ],
  "babel": {
    "presets": [
      "./.babelrc.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kentcdodds/babel-macros.git"
  },
  "bugs": {
    "url": "https://github.com/kentcdodds/babel-macros/issues"
  },
  "homepage": "https://github.com/kentcdodds/babel-macros#readme"
}