-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.03 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "eventmanager",
"version": "1.0.0",
"description": "Progetto Ingegneria del Software 2",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"clearCache": "node --trace-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --clear-cache",
"test": "node --trace-warnings --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/marck283/EventManager.git"
},
"author": "Marco Lasagna",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/marck283/EventManager/issues"
},
"homepage": "/~https://github.com/marck283/EventManager#readme",
"dependencies": {
"@emailjs/nodejs": "^5.0.2",
"@google-cloud/local-auth": "^3.0.0",
"@googlemaps/google-maps-services-js": "^3.3.37",
"babel-jest": "^29.2.2",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.7",
"core-js": "^3.39.0",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"csurf": "^1.10.0",
"degenerator": "^5.0.0",
"dotenv": "^16.0.1",
"express": "^4.21.2",
"express-rate-limit": "^7.3.0",
"firebase": "^11.2.0",
"firebase-tools": "^13.29.1",
"formidable": "^3.5.1",
"google-auth-library": "^9.14.2",
"googleapis": "^144.0.0",
"is-base64": "^1.1.0",
"jose": "^5.9.6",
"json5": "^2.2.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^8.9.5",
"node-input-validator": "^4.5.1",
"nopt": "^8.0.0",
"path": "^0.12.7",
"protobufjs": ">=7.2.5",
"qrcode": "^1.5.1",
"redis": "^4.5.1",
"semver": ">=7.5.2",
"superagent": "^10.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"@babel/preset-env": "^7.24.5",
"@types/jest": "^29.5.5",
"jest": "^29.7.0",
"node-fetch": "^3.3.2",
"supertest": "^7.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=21.5.0"
}
}