{
  "name": "babel-plugin-import-dir",
  "version": "2.0.0",
  "main": "dist/index.js",
  "repository": "https://github.com/bluepropane/babel-plugin-import-dir.git",
  "author": "Ryan Blue<bluepropane@gmail.com>",
  "license": "MIT",
  "scripts": {
    "precommit": "yarn build && git add dist/",
    "commit": "git-cz",
    "release": "standard-version",
    "build": "rollup -c",
    "dev": "NODE_ENV=development rollup -c -w",
    "test": "BABEL_ENV=test jest tests/",
    "publish": "git push --follow-tags origin master && npm publish"
  },
  "devDependencies": {
    "@babel/plugin-proposal-class-properties": "^7.5.0",
    "@babel/plugin-transform-runtime": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/runtime": "^7.5.5",
    "babel-eslint": "^10.0.2",
    "babel-plugin-module-resolver": "^3.2.0",
    "cz-conventional-changelog": "2.1.0",
    "eslint": "^6.0.1",
    "eslint-plugin-jest": "^22.7.2",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-utils": "^1.4.1",
    "jest": "^24.8.0",
    "prettier": "^1.18.2",
    "rollup": "^1.16.7",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.0.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^5.1.1",
    "standard-version": "^6.0.1"
  },
  "peerDependencies": {
    "@babel/core": "^7.5.4"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/bluepropane",
  "keywords": [
    "babel",
    "babel7",
    "babel-plugin-import-directory",
    "multiple-import",
    "dynamic-imports"
  ],
  "dependencies": {
    "lodash.camelcase": "^4.3.0"
  }
}
