{
  "name": "@nestjs/config",
  "version": "12.0.0",
  "type": "module",
  "description": "Nest - modern, fast, powerful node.js web framework (@config)",
  "author": "Kamil Mysliwiec",
  "license": "MIT",
  "url": "https://github.com/nestjs/config#readme",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "rimraf -rf dist && tsc -p tsconfig.json",
    "format": "prettier --write \"{lib,test}/**/*.ts\"",
    "lint": "oxlint lib/ --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": "vitest run --config vitest.config.mts",
    "prerelease": "npm run build",
    "release": "release-it"
  },
  "dependencies": {
    "@standard-schema/spec": "1.1.0",
    "dotenv": "17.4.2",
    "dotenv-expand": "13.0.0",
    "es-toolkit": "1.51.0"
  },
  "devDependencies": {
    "@commitlint/cli": "21.2.2",
    "@commitlint/config-angular": "21.2.2",
    "@nestjs/common": "12.0.1",
    "@nestjs/core": "12.0.1",
    "@nestjs/platform-express": "12.0.1",
    "@nestjs/testing": "12.0.1",
    "@types/lodash": "4.17.25",
    "@types/node": "24.13.3",
    "husky": "9.1.7",
    "joi": "18.2.5",
    "lint-staged": "17.3.0",
    "oxlint": "1.80.0",
    "prettier": "3.9.6",
    "reflect-metadata": "0.2.2",
    "release-it": "21.0.2",
    "rimraf": "6.1.3",
    "rxjs": "7.8.2",
    "typescript": "7.0.2",
    "valibot": "1.4.2",
    "vite": "8.2.2",
    "vitest": "4.1.11",
    "zod": "4.4.3"
  },
  "peerDependencies": {
    "@nestjs/common": "^11.0.0 || ^12.0.0",
    "rxjs": "^7.1.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"
  }
}
