UNPKG

@nestjs/config

Version:

Nest - modern, fast, powerful node.js web framework (@config)

74 lines (73 loc) 2.08 kB
{ "name": "@nestjs/config", "version": "4.0.4", "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", "format": "prettier --write \"{lib,test}/**/*.ts\"", "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": "17.4.1", "dotenv-expand": "12.0.3", "lodash": "4.18.1" }, "devDependencies": { "@commitlint/cli": "20.5.0", "@commitlint/config-angular": "20.5.0", "@eslint/eslintrc": "3.3.5", "@eslint/js": "10.0.1", "@nestjs/common": "11.1.18", "@nestjs/core": "11.1.18", "@nestjs/platform-express": "11.1.18", "@nestjs/testing": "11.1.18", "@types/jest": "30.0.0", "@types/lodash": "4.17.24", "@types/node": "24.12.2", "eslint": "10.2.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-prettier": "5.5.5", "globals": "17.4.0", "husky": "9.1.7", "jest": "30.3.0", "joi": "18.1.2", "lint-staged": "16.4.0", "prettier": "3.8.1", "reflect-metadata": "0.2.2", "release-it": "19.2.4", "rimraf": "6.1.3", "rxjs": "7.8.2", "ts-jest": "29.4.9", "typescript": "5.9.3", "typescript-eslint": "8.58.1" }, "peerDependencies": { "@nestjs/common": "^10.0.0 || ^11.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" } }