-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.51 KB
/
package.json
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
{
"name": "saikoubot",
"version": "4.3.0",
"description": "The bot built to deliver a better user experience for the Saikou Discord.",
"main": "dist/bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Brandong04/SaikouBotCurrent"
},
"keywords": [
"nodejs",
"node.js",
"bot",
"discord",
"discord.js",
"saikou"
],
"author": "Brandon G.",
"license": "ISC",
"types": "./dist/bot.d.ts",
"dependencies": {
"@iamtraction/google-translate": "^2.0.1",
"axios": "^1.6.5",
"chalk": "^4.1.2",
"discord-html-transcripts": "^3.2.0",
"discord.js": "^14.14.1",
"dotenv": "^16.4.0",
"find-remove": "^4.1.0",
"get-urls": "^10.0.1",
"googleapis": "^131.0.0",
"moment": "^2.30.1",
"mongoose": "^7.6.8",
"ms": "^2.1.3",
"node-cron": "^3.0.3",
"string-similarity": "^4.0.4",
"url-regex-safe": "^3.0.0"
},
"devDependencies": {
"@types/find-remove": "^2.0.3",
"@types/ms": "^0.7.34",
"@types/node": "^20.11.6",
"@types/node-cron": "^3.0.11",
"@types/string-similarity": "^4.0.2",
"@types/url-regex-safe": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
}
}