-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 968 Bytes
/
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
{
"name": "api-casa-verde",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/server.ts",
"build": "npx tsc && npx prisma migrate deploy && clear && node ./dist/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.6.0",
"@types/stripe-v3": "^3.1.32",
"cors": "^2.8.5",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"google-auth-library": "^9.4.1",
"googleapis": "^129.0.0",
"https": "^1.0.0",
"jwt-decode": "^4.0.0",
"nodemailer": "^6.9.7",
"stripe": "^14.10.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.10.3",
"@types/uuid": "^9.0.7",
"nodemon": "^3.0.2",
"prisma": "^5.6.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.2"
}
}