{
  "name": "load-cfg",
  "version": "1.2.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"
  ],
  "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 .ts,.tsx",
    "precommit": "lint-staged"
  },
  "dependencies": {
    "@babel/preset-env": "^7.4.4",
    "@babel/register": "^7.4.4",
    "find-up": "^3.0.0",
    "fs-extra": "^7.0.1",
    "lodash": "^4.17.11"
  },
  "devDependencies": {
    "@types/find-up": "^2.1.1",
    "@types/node": "^12.0.0",
    "docz-rollup": "^1.2.0"
  },
  "gitHead": "b2091fb1cf9ff3d2e648066a6ea0018df0ae57ae"
}
