-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "api-presentes-casamento",
"version": "0.1.0",
"scripts": {
"dev": "ts-node-dev --inspect --transpile-only --ignore-watch node_modules ./api/index.ts",
"build": "tsc"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"firebase": "^10.12.2",
"http-errors": "~1.6.3",
"js-sha512": "^0.9.0",
"jsonwebtoken": "^9.0.2",
"mercadopago": "^2.0.9",
"morgan": "~1.9.1",
"node-cache": "^5.1.2",
"node-schedule": "^2.1.1",
"sharp": "^0.33.5",
"ts-node": "^10.9.2",
"uuid": "^10.0.0",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^20.14.8",
"@types/node-schedule": "^2.1.7",
"@types/nodemon": "^1.19.6",
"@types/uuid": "^10.0.0",
"nodemon": "^3.1.4",
"ts-node-dev": "^2.0.0",
"typescript": "^5.5.2"
}
}