{
  "name": "babel-plugin-macros",
  "version": "2.0.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": "7.0.0-beta.3",
    "babel-plugin-tester": "^5.0.0",
    "babylon": "7.0.0-beta.34",
    "cpy": "^6.0.0",
    "kcd-scripts": "^0.30.4"
  },
  "eslintConfig": {
    "extends": "./node_modules/kcd-scripts/eslint.js"
  },
  "eslintIgnore": ["node_modules", "coverage", "dist"],
  "babel": {
    "presets": ["./other/babel-config.js"]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kentcdodds/babel-plugin-macros.git"
  },
  "bugs": {
    "url": "https://github.com/kentcdodds/babel-plugin-macros/issues"
  },
  "homepage": "https://github.com/kentcdodds/babel-plugin-macros#readme"
}
