-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
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
{
"name": "intento-3",
"version": "1.0.0",
"main": "dist/cloud-functions/index.js",
"scripts": {
"start": "functions-framework --target=checkUnreadMessages --source=dist/cloud-functions/index.js",
"build": "tsc && copyfiles -u 1 src/**/*.html dist",
"watch": "concurrently \"tsc -w\" \"nodemon --watch ./dist/ --exec npm run start\""
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@google-cloud/functions-framework": "^3.4.5",
"@google-cloud/pubsub": "^4.9.0",
"@nestjs/axios": "^3.1.3",
"@nestjs/common": "^10.4.15",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.15",
"@types/express": "^5.0.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"handlebars": "^4.7.8",
"knex": "^3.1.0",
"nodemailer": "^6.9.16",
"path": "^0.12.7",
"pg": "^8.13.1"
},
"devDependencies": {
"@types/knex": "^0.15.2",
"@types/node": "^22.10.5",
"@types/nodemailer": "^6.4.17",
"copyfiles": "^2.4.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.0"
}
}