-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 784 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 784 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
{
"name": "astralbackend",
"version": "1.0.0",
"description": "Astral Backend",
"main": "index.js",
"engines": {
"node": "18.x"
},
"keywords": [],
"author": "Anker",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"discord.js": "^14.14.1",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"mongodb": "^6.5.0",
"node-cron": "^3.0.3",
"node-schedule": "^2.1.1",
"path": "^0.12.7",
"uuid": "^9.0.1",
"ws": "^8.17.1",
"xml-parser": "^1.2.1",
"xmlbuilder": "^15.1.1"
}
}