-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.77 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.77 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
55
56
57
58
59
60
61
62
{
"name": "any-bot",
"version": "v3.0.0-dev",
"description": "A fully customizable bot built with discord.js",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"shard": "node shard.js",
"dev": "nodemon --exec ts-node app.ts",
"pm2": "pm2 start --name \"Any-Bot\" app.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MDCYT/Any-Bot.git"
},
"author": "MDCYT",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/MDCYT/Any-Bot/issues"
},
"homepage": "https://github.com/MDCYT/Any-Bot#readme",
"dependencies": {
"@faker-js/faker": "^7.6.0",
"ascii-table": "^0.0.9",
"axios": "^1.5.0",
"colors": "^1.4.0",
"common-tags": "^1.8.2",
"discord-backup": "^3.4.0",
"discord.js": "^14.25.1",
"figlet": "^1.5.2",
"form-data": "^4.0.0",
"js-abbreviation-number": "^1.4.0",
"json-stringify-safe": "^5.0.1",
"mdcdev.js": "^1.1.0",
"moment": "^2.29.4",
"mongoose": "^6.8.1",
"ms": "^2.1.3",
"node-fetch": "^3.3.2",
"node-google-translate-skidz": "^1.1.2",
"node-schedule": "^2.1.0",
"openai": "^3.3.0",
"uuid": "^9.0.0",
"voucher-code-generator": "^1.3.0",
"winston": "^3.8.2",
"yaml": "^2.3.1"
},
"devDependencies": {
"@types/common-tags": "^1.8.1",
"@types/figlet": "^1.5.5",
"@types/json-stringify-safe": "^5.0.0",
"@types/ms": "^0.7.31",
"@types/node": "^18.11.17",
"@types/node-schedule": "^2.1.0",
"@types/uuid": "^9.0.2",
"@types/voucher-code-generator": "^1.1.1",
"dotenv": "^16.0.3",
"nodemon": "^3.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.9.3"
}
}