-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 810 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 810 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
{
"dependencies": {
"@fastify/cors": "^10.0.1",
"@fastify/static": "^8.0.2",
"@fastify/websocket": "^11.0.1",
"@types/body-parser": "^1.19.2",
"@types/mysql": "^2.15.20",
"@types/node": "^17.0.8",
"@types/node-cron": "^3.0.7",
"@types/ws": "^8.5.4",
"canvas": "^3.1.0",
"chalk": "^5.0.0",
"dotenv": "^14.1.0",
"fastest-levenshtein": "^1.0.16",
"fastify": "^5.0.0",
"forestbot-api-wrapper-v2": "^1.5.8",
"mysql": "^2.18.1",
"node-cron": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"type": "module",
"scripts": {
"start": "tsc && node dist/index.js"
},
"name": "api_",
"version": "1.0.0",
"main": "index.js",
"repository": "",
"author": "Febzey",
"license": "MIT",
"proxy": "ws://localhost:2555"
}