-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 996 Bytes
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
{
"name": "jupiterapi",
"version": "3.0.0",
"description": "Public REST API wrapper for ESN Jupiter users, events, statistics, and exports",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "NODE_ENV=development node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarioCodarin/JupiterAPI.git"
},
"keywords": [
"jupiter",
"esn",
"erasmus",
"express",
"cognito",
"firestore"
],
"author": "JupiterAPI contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/MarioCodarin/JupiterAPI/issues"
},
"homepage": "https://github.com/MarioCodarin/JupiterAPI#readme",
"dependencies": {
"amazon-cognito-identity-js": "^6.3.15",
"axios": "^1.11.0",
"cors": "^2.8.5",
"csv-stringify": "^6.6.0",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"firebase-admin": "^13.6.0",
"jsonwebtoken": "^9.0.3",
"libphonenumber-js": "^1.12.17"
}
}