-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.deployment.json
40 lines (40 loc) · 1018 Bytes
/
package.deployment.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "locly-deploy",
"version": "0.0.1",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"start": "APP_ENV=prod node src/main"
},
"dependencies": {
"@golevelup/nestjs-stripe": "^0.1.0",
"@golevelup/nestjs-webhooks": "^0.2.6",
"@nestjs/common": "^7.0.0",
"@nestjs/config": "^0.6.3",
"@nestjs/core": "^7.0.0",
"@nestjs/event-emitter": "0.0.2",
"@nestjs/platform-express": "^7.0.0",
"class-transformer": "^0.3.2",
"class-validator": "^0.12.2",
"cookie-parser": "^1.4.5",
"i18n-iso-countries": "^6.7.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.3",
"ms": "^2.1.3",
"multer-gridfs-storage": "^4.2.0",
"nest-mongodb": "^6.2.0",
"nestjs-session": "^1.0.1",
"nodemailer": "^6.6.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^6.6.7",
"stripe": "^8.137.0",
"uuid": "^8.3.2",
"uuid-mongodb": "^2.4.1"
},
"engines": {
"node": "14.x"
}
}