{
  "name": "@buka/nestjs-config",
  "version": "2.4.3",
  "description": "An easy to use nestjs config module",
  "packageManager": "pnpm@11.0.8+sha512.4c4097e1dd2d42372c4e7fa5a791ff28fc75a484c7ac192e64b1df0fdef17594ba982f9b4fed9adfb3c757846f565b799b2763fb3733d1de1bcb82cf46684912",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "prepare": "is-ci || husky",
    "prepublishOnly": "npm run build",
    "release": "standard-version",
    "release:alpha": "standard-version --prerelease alpha",
    "test": "jest"
  },
  "keywords": [
    "nestjs",
    "nest",
    "module",
    "config",
    "configuration",
    "nconf",
    "dotenv",
    "env",
    "environment"
  ],
  "author": "Val.istar.Guo <val.istar.guo@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/buka-ltd/npm.nestjs-config/#readme",
  "bugs": {
    "url": "https://github.com/buka-ltd/npm.nestjs-config/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/buka-ltd/npm.nestjs-config"
  },
  "devDependencies": {
    "@buka/eslint-config": "^4.0.0",
    "@commitlint/cli": "^20.5.3",
    "@commitlint/config-conventional": "^20.5.3",
    "@jest/globals": "^30.4.1",
    "@nestjs/common": "^11.0.7",
    "@nestjs/testing": "^11.0.7",
    "@types/node": "^22.10.0",
    "@types/object-path": "^0.11.4",
    "@types/ramda": "^0.30.1",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.14.1",
    "eslint": "^10.3.0",
    "husky": "^9.0.11",
    "is-ci": "^4.1.0",
    "jest": "^30.4.1",
    "jest-mock": "^30.4.1",
    "memfs": "^4.14.0",
    "reflect-metadata": "^0.2.2",
    "standard-version": "^9.5.0",
    "ts-jest": "^29.4.9",
    "ts-node": "^10.9.2",
    "tsdown": "^0.22.0",
    "typescript": "~6.0.3"
  },
  "dependencies": {
    "@dotenvx/dotenvx": "^1.38.3",
    "change-case-all": "^2.1.0",
    "chokidar": "^5.0.0",
    "dotenv": "^16.4.5",
    "object-path": "^0.11.8",
    "ramda": "^0.30.1",
    "smol-toml": "^1.3.1",
    "type-fest": "^4.21.0",
    "yaml": "^2.7.0"
  },
  "peerDependencies": {
    "@nestjs/common": "^10 || ^11",
    "class-transformer": "*",
    "class-validator": "*"
  }
}
