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.3", "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.2.3", "dotenv-expand": "12.0.3", "lodash": "4.17.23" }, "devDependencies": { "@commitlint/cli": "20.4.1", "@commitlint/config-angular": "20.4.1", "@eslint/eslintrc": "3.3.3", "@eslint/js": "9.39.2", "@nestjs/common": "11.1.13", "@nestjs/core": "11.1.13", "@nestjs/platform-express": "11.1.13", "@nestjs/testing": "11.1.13", "@types/jest": "30.0.0", "@types/lodash": "4.17.23", "@types/node": "24.10.10", "eslint": "9.39.2", "eslint-config-prettier": "10.1.8", "eslint-plugin-prettier": "5.5.5", "globals": "17.3.0", "husky": "9.1.7", "jest": "30.2.0", "joi": "18.0.2", "lint-staged": "16.2.7", "prettier": "3.8.1", "reflect-metadata": "0.2.2", "release-it": "19.2.4", "rimraf": "6.1.2", "rxjs": "7.8.2", "ts-jest": "29.4.6", "typescript": "5.9.3", "typescript-eslint": "8.54.0" }, "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" } }