-
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) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.15 KB
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": "apijs",
"version": "0.1.0",
"description": "Astroid API for modifying and getting Endpoints",
"main": "index.js",
"scripts": {
"build": "node ./node_modules/typescript/bin/tsc --outDir ./dist",
"start": "tsc --outDir ./dist && node ./dist/index.js -p",
"startwb": "node ./dist/index.js -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Deutscher 775",
"license": "AGPL-3.0",
"dependencies": {
"@sentry/node": "^9.8.0",
"@types/express": "^5.0.1",
"axios": "^1.10.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"discord.js": "^14.20.0",
"dotenv": "^16.5.0",
"express": "^4.21.2",
"fastify": "^3.29.5",
"fastify-cors": "^6.0.3",
"fs": "^0.0.1-security",
"guilded.js": "^0.25.0",
"image-js": "^0.36.0",
"imagejs": "^0.0.9",
"mysql2": "^3.14.0",
"path": "^0.12.7",
"pg": "^8.14.1",
"sentry": "^0.1.2",
"surrealdb": "^1.2.1",
"surrealdb.js": "^1.0.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/node": "^22.13.12",
"typescript": "^5.9.3"
},
"overrides": {
"@types/express-serve-static-core": "5.1.0"
}
}