-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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": "velor-backend",
"version": "1.0.0",
"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",
"playwright": "^1.48.1",
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0",
"supertest": "^7.0.0"
},
"dependencies": {
"cookie-session": "^2.1.0",
"cors": "^2.8.5",
"csrf-sync": "^4.0.3",
"ejs": "^3.1.10",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"passport": "^0.7.0",
"passport-custom": "^1.1.1",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-magic-link": "^2.1.1",
"querystring": "^0.2.1",
"velor-database": "github:glennerichall/velor-database",
"velor-distribution": "github:glennerichall/velor-distribution",
"velor-messaging": "github:glennerichall/velor-messaging",
"velor-services": "github:glennerichall/velor-services",
"velor-contrib": "github:glennerichall/velor-contrib",
"velor-utils": "github:glennerichall/velor-utils"
}
}