UNPKG

nestjs-dotenv

Version:
40 lines (39 loc) 869 B
{ "name": "nestjs-dotenv", "version": "1.2.1", "description": "NestJS .env config Module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "prepublish": "tsc -p tsconfig.json", "test": "mocha --require ts-node/register tests/**/*.ts" }, "author": "Anton Larichev <antonlarichev@gmail.com>", "keywords": [ "rollbar", "typescript", "nodejs", "nestjs" ], "repository": { "type": "git", "url": "https://github.com/AlariCode/nestjs-dotenv" }, "license": "MIT", "bugs": { "url": "https://github.com/AlariCode/nestjs-dotenv/issues" }, "homepage": "https://github.com/AlariCode/nestjs-dotenv", "dependencies": { "dotenv": "^8.0.0" }, "devDependencies": { "ts-node": "^7.0.1", "tslint": "^5.8.0", "typescript": "^3.2.2", "@nestjs/common": "^6.0.5" }, "peerDependencies": { "@nestjs/common": "^6.5.3" } }