-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
42
43
44
45
46
47
48
49
{
"name": "xtralife-dashboard",
"version": "4.4.6",
"scripts": {
"build": "cd client && npm run build",
"start": "node ./server/dashboard.js",
"test": "mocha test/tests*.js --exit"
},
"keywords": [
"backend",
"gaming"
],
"repository": {
"type": "git",
"url": "https://github.com/xtralifecloud/xtralife-dashboard.git"
},
"author": "devteam <devteam@xtralife.cloud>",
"license": "(C) Xtralife.cloud, 2015",
"engines": {
"node": "^18.20.4"
},
"dependencies": {
"async": "^3.2.6",
"bluebird": "^3.7.2",
"body-parser": "^1.20.3",
"connect-redis": "^7.1.1",
"cors": "^2.8.5",
"cron": "^2.3.0",
"express": "^4.21.0",
"express-limiter": "^1.6.1",
"express-session": "^1.18.0",
"ioredis": "^5.4.1",
"mongodb": "^5.9.2",
"passport": "^0.7.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"react-scripts": "^5.0.1",
"speakeasy": "^2.0.0",
"underscore": "^1.13.7",
"winston": "^3.15.0",
"xtralife-api": "^4.4.7",
"xtralife-env": "^4.4.3"
},
"devDependencies": {
"mocha": "^10.7.3",
"should": "^13.2.3",
"supertest": "^7.0.0"
}
}