-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 926 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
{
"name": "twili-oh-yes",
"version": "1.0.0",
"description": "Final school project",
"main": "index.js",
"scripts": {
"dev": "node src/Twili-Oh-Yes.Infrastructure/SwaggerConfiguration.ts && npx ts-node-dev src/Twili-Oh-Yes.Api/App.ts",
"test": "jest --passWithNoTests"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"redis": "^4.6.10",
"redis-om": "^0.4.3",
"swagger-ui-express": "^5.0.0",
"twilio": "^4.19.0"
},
"devDependencies": {
"@types/cors": "^2.8.15",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.4",
"@types/redis-mock": "^0.17.2",
"@types/swagger-ui-express": "^4.1.5",
"jest": "^29.6.1",
"redis-mock": "^0.56.3",
"swagger-autogen": "^2.23.7",
"ts-jest": "^29.1.1",
"ts-node-dev": "^2.0.0"
}
}