{
  "name": "babel-plugin-export-metadata",
  "version": "2.4.0",
  "description": "Add file metadata for function declarations",
  "license": "MIT",
  "author": {
    "name": "Marcelo Piva",
    "email": "m.pivaa@gmail.com"
  },
  "contributors": [
    {
      "name": "Pedro Nauck",
      "email": "pedronauck@gmail.com"
    }
  ],
  "main": "src/index.js",
  "files": [
    "src/",
    "package.json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/doczjs/docz.git",
    "directory": "other-packages/babel-plugin-export-metadata"
  },
  "scripts": {
    "fix": "yarn lint --fix",
    "lint": "eslint . --ext .js",
    "precommit": "lint-staged",
    "test": "jest"
  },
  "dependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/template": "^7.4.4",
    "babel-core": "7.0.0-bridge.0",
    "lodash": "^4.17.14"
  }
}
