-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1001 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1001 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
40
41
42
43
44
{
"name": "gradexis-api",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"@supabase/supabase-js": "^2.86.0",
"axios": "^1.9.0",
"axios-cookiejar-support": "^6.0.2",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-rate-limit": "^8.0.1",
"firebase-admin": "^13.5.0",
"helmet": "^8.1.0",
"http-cookie-agent": "^7.0.1",
"mysql2": "^3.15.3",
"nodemon": "^3.1.10",
"tough-cookie": "^5.1.2",
"web-push": "^3.6.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"start": "node index.js",
"live": "nodemon index.js"
},
"nodemonConfig": {
"ignore": [
"*.json"
]
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@eslint/js": "^9.34.0",
"@eslint/json": "^0.13.1",
"eslint": "^9.34.0",
"globals": "^16.3.0"
},
"type": "module"
}