-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 974 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": "twitterbackend",
"version": "1.0.0",
"main": "index.js",
"author": "Jude Ndubuisi",
"license": "MIT",
"scripts": {
"dev": "nodemon src/index.ts",
"start": "sh deploy.sh && node build/src/index.js",
"build": "tsc"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.478.0",
"@prisma/client": "^5.11.0",
"@types/dotenv": "^8.2.0",
"config": "^3.3.9",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0"
},
"devDependencies": {
"@types/config": "^3.3.3",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.10.3",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"nodemon": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
}
}