nest-box
Version:
A lot of modules for NestJS in this box!
49 lines • 1.28 kB
JSON
{
"dependencies": {
"@nestjs-modules/mailer": "^2.0.2",
"@nestjs/common": "^11.0.12",
"@nestjs/config": "^4.0.1",
"nodemailer": "^6.10.0"
},
"devDependencies": {
"@nestjs/cli": "^8.0.0",
"@types/node": "^16.0.0",
"@types/nodemailer": "^6.4.17",
"ts-node": "^10.0.0",
"typescript": "^4.0.0"
},
"name": "nest-box",
"version": "0.0.1",
"description": "A lot of modules for NestJS in this box!",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"start": "node dist/main.js",
"dev": "ts-node src/main.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zhangcf233/nest-box.git"
},
"keywords": [
"nestjs",
"nestjs-modules",
"nestbox",
"email",
"auth",
"logger"
],
"author": "zhangcf233",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhangcf233/nest-box/issues"
},
"homepage": "https://github.com/zhangcf233/nest-box#readme",
"pnpm": {
"ignoredBuiltDependencies": [
"@nestjs/core"
]
}
}