-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 934 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
{
"name": "velor-backend",
"version": "1.0.3",
"scripts": {
"test": "npx playwright test"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@playwright/test": "^1.48.1",
"chai": "^5.1.2",
"chai-as-promised": "^8.0.0",
"chai-exclude": "^3.0.0",
"dotenv": "^16.4.5",
"playwright": "^1.48.1",
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.682.0",
"@aws-sdk/s3-request-presigner": "^3.682.0",
"axios": "^1.7.7",
"bull": "^4.16.3",
"ioredis": "^5.4.1",
"velor-api": "github:glennerichall/velor-api",
"velor-messaging": "github:glennerichall/velor-messaging",
"velor-services": "github:glennerichall/velor-services",
"velor-database": "github:glennerichall/velor-database",
"velor-utils": "github:glennerichall/velor-utils",
"winston": "^3.15.0"
}
}