{
  "author": {
    "email": "gajus@gajus.com",
    "name": "Gajus Kuizinas",
    "url": "http://gajus.com"
  },
  "description": "Annotates console.log call expression with information about the invocation context.",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-helper-plugin-test-runner": "^6.18.0",
    "babel-plugin-transform-es2015-destructuring": "^6.19.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
    "babel-plugin-transform-es2015-parameters": "^6.18.0",
    "babel-plugin-transform-flow-strip-types": "^6.18.0",
    "eslint": "^3.11.0",
    "eslint-config-canonical": "^5.7.2",
    "flow-bin": "^0.36.0",
    "husky": "^0.11.9",
    "mocha": "^3.2.0",
    "semantic-release": "^6.3.2"
  },
  "engines": {
    "node": ">5.0.0"
  },
  "keywords": [
    "babel-plugin"
  ],
  "license": "BSD-3-Clause",
  "main": "dist/index.js",
  "name": "babel-plugin-annotate-console-log",
  "repository": {
    "type": "git",
    "url": "https://github.com/gajus/babel-plugin-annotate-console-log"
  },
  "scripts": {
    "build": "NODE_ENV=production babel ./src --out-dir ./dist",
    "lint": "eslint ./src",
    "precommit": "npm run test",
    "test": "NODE_ENV=development npm run lint && npm run build && mocha --compilers js:babel-register && flow"
  },
  "version": "1.0.0"
}