-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
55 lines (55 loc) · 1.55 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
50
51
52
53
54
55
{
"name": "esup-otp-api",
"version": "1.7.2",
"description": "One time passwords api for ESUP",
"author": "Alex Bouskine <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/EsupPortail/esup-otp-api.git"
},
"license": "MIT",
"type": "module",
"dependencies": {
"@simplewebauthn/server": "9.x",
"crypto-js": "4.x",
"eta": "3.x",
"firebase-admin": "12.x",
"https-proxy-agent": "7.x",
"ip-location-api": "2.x",
"ldapts": "7.x",
"mongoose": "8.x",
"mysql2": "3.x",
"node-device-detector": "2.x",
"nodemailer": "6.x",
"otpauth": "9.x",
"qrcode": "1.x",
"restify": "github:restify/node-restify#v11.2.0",
"restify-cors-middleware2": "2.x",
"socket.io": "4.x",
"socket.io-client": "4.x",
"swagger-ui-restify": "github:jamidon/swagger-ui-restify#b0933f72980dd4124f61cfbd6bd914c40ba48d81",
"undici": "6.x",
"winston": "3.x"
},
"overrides": {
"@scarf/scarf": "npm:dry-uninstall",
"restify": {
"find-my-way": "8.x",
"send": "0.x"
}
},
"scripts": {
"start": "nohup node run &",
"test": "node --test ./test/test.js",
"coverage": "node --test --experimental-test-coverage ./test/test.js",
"lcov": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info ./test/test.js # only works with node v21.2.0 or higher"
},
"devDependencies": {
"eslint": "8.x",
"mongodb-memory-server": "10.x",
"supertest": "7.x"
},
"scarfSettings": {
"enabled": false
}
}