{
  "name": "@nestjs/config",
  "version": "0.5.0",
  "description": "Nest - modern, fast, powerful node.js web framework (@config)",
  "author": "Kamil Mysliwiec",
  "license": "MIT",
  "url": "https://github.com/nestjs/config#readme",
  "scripts": {
    "build": "rimraf -rf dist && tsc -p tsconfig.json",
    "lint": "eslint 'lib/**/*.ts' --fix",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "prepublish:next": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "test:integration": "jest --config ./tests/jest-e2e.json --runInBand",
    "prerelease": "npm run build",
    "release": "release-it"
  },
  "dependencies": {
    "dotenv": "8.2.0",
    "dotenv-expand": "5.1.0",
    "lodash.get": "4.4.2",
    "lodash.set": "4.3.2",
    "uuid": "8.1.0"
  },
  "devDependencies": {
    "@commitlint/cli": "8.3.5",
    "@commitlint/config-angular": "8.3.4",
    "@hapi/joi": "17.1.1",
    "@nestjs/common": "7.0.13",
    "@nestjs/core": "7.0.13",
    "@nestjs/platform-express": "7.0.13",
    "@nestjs/testing": "7.0.13",
    "@types/hapi__joi": "17.1.0",
    "@types/jest": "25.2.3",
    "@types/lodash.get": "4.4.6",
    "@types/lodash.set": "4.3.6",
    "@types/node": "7.10.8",
    "@types/uuid": "8.0.0",
    "@typescript-eslint/eslint-plugin": "3.0.0",
    "@typescript-eslint/parser": "3.0.0",
    "eslint": "7.1.0",
    "eslint-config-prettier": "6.11.0",
    "eslint-plugin-import": "2.20.2",
    "husky": "4.2.5",
    "jest": "26.0.1",
    "lint-staged": "10.2.6",
    "prettier": "2.0.5",
    "reflect-metadata": "0.1.13",
    "release-it": "13.6.1",
    "rimraf": "3.0.2",
    "rxjs": "6.5.5",
    "ts-jest": "26.0.0",
    "typescript": "3.9.3"
  },
  "peerDependencies": {
    "@nestjs/common": "^6.10.0 || ^7.0.0",
    "reflect-metadata": "^0.1.12",
    "rxjs": "^6.0.0"
  },
  "lint-staged": {
    "*.ts": [
      "prettier --write"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nestjs/config"
  }
}
