-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 KB
/
package.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
41
42
{
"name": "@dailyzap/server",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/dailyZap/server.git",
"license": "MIT",
"packageManager": "[email protected]",
"dependencies": {
"@hey-api/client-fetch": "^0.2.4",
"@prisma/client": "^5.19.1",
"@tsoa/runtime": "^6.4.0",
"dotenv": "^16.4.5",
"express": "^4.20.0",
"minio": "^8.0.1",
"nodemailer": "^6.9.15",
"prisma": "^5.19.1",
"swagger-ui-express": "^5.0.1",
"tsoa": "^6.4.0",
"typeid-js": "^1.0.0",
"uuid": "11.0.0-0"
},
"scripts": {
"start": "concurrently \"nodemon\" \"nodemon -x tsoa spec-and-routes\"",
"build": "tsoa spec-and-routes && tsc",
"format": "prettier --write .",
"getPGApi": "./get-push-gateway-api-schema.sh",
"setup": "prisma generate"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.53.0",
"@types/express": "^4.17.21",
"@types/node": "^22.5.4",
"@types/nodemailer": "^6.4.15",
"@types/swagger-ui-express": "^4.1.6",
"@types/uuid": "^10",
"concurrently": "^9.0.0",
"joi": "^17.13.3",
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}