-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 692 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 692 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
{
"name": "api.spiget.org",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "node index.js"
},
"author": "inventivetalent",
"license": "Apache-2.0",
"dependencies": {
"@sentry/node": "^5.29.2",
"@sentry/tracing": "^5.29.2",
"axios": "1.12.2",
"body-parser": "2.2.0",
"express": "^4.21.2",
"express-git-puller": "^2.1.1",
"metrics-node": "^1.3.0-beta.2",
"mongoose": "^6.13.8",
"mongoose-paginate": "^5.0.3",
"morgan": "^1.10.1",
"rotating-file-stream": "^3.2.7",
"swagger-stats": "^0.95.9",
"tunnel-ssh": "^4.1.6",
"uuid": "^9.0.0"
}
}