{
  "name": "load-cfg",
  "version": "2.4.0",
  "description": "Method that can load project configurations based",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist/",
    "package.json",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/doczjs/docz.git",
    "directory": "other-packages/load-cfg"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development yarn build -w",
    "build": "cross-env NODE_ENV=production rollup -c",
    "fix": "yarn lint --fix",
    "lint": "eslint . --ext mdx,ts,tsx",
    "precommit": "lint-staged"
  },
  "dependencies": {
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/register": "^7.5.5",
    "find-up": "^4.1.0",
    "fs-extra": "^8.1.0",
    "lodash": "^4.17.14"
  }
}
