-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.51 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.51 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
45
46
47
48
49
50
51
52
53
54
{
"name": "guardian",
"version": "1.7.0",
"main": "index.ts",
"type": "module",
"license": "Apache",
"scripts": {
"start": "tsx index.ts",
"dev": "tsx watch index.ts",
"format": "prettier --write .",
"check": "prettier --check ."
},
"dependencies": {
"@iamtraction/google-translate": "^2.0.1",
"@octokit/rest": "^19.0.7",
"ascii-table": "^0.0.9",
"axios": "^1.2.1",
"canvacord": "^6.0.4",
"captcha-generator-alphanumeric": "^1.10.0",
"chalk": "^5.6.2",
"cli-table3": "^0.6.5",
"discord-gamecord": "^4.4.0",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^8.2.1",
"format": "^0.2.2",
"fs": "^0.0.1-security",
"generate-password": "^1.7.0",
"glob": "^8.0.3",
"https": "^1.0.0",
"mathjs": "^11.8.0",
"moment": "^2.29.4",
"mongoose": "^6.8.1",
"ms": "^2.1.3",
"node-fetch": "^3.3.1",
"nodemon": "^2.0.20",
"octokit": "^2.0.14",
"os": "^0.1.2",
"uninstall": "^0.0.0",
"urban": "^0.3.4",
"weather-js": "^2.0.0"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/glob": "^8.1.0",
"@types/mathjs": "^9.4.1",
"@types/mongoose": "^5.11.97",
"@types/ms": "^2.1.0",
"@types/node": "^25.3.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}