-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.88 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
61
62
63
64
65
{
"name": "wd40",
"version": "5.7.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --no-fix .",
"drizzle:generate": "npx drizzle-kit generate:pg --out ./utils/db/ --schema ./schema/schema.js",
"drizzle:push": "npx drizzle-kit push:mysql --config=drizzle-cli-conf.js",
"code": "git pull && npm i && code WD-40.code-workspace && eslint --no-fix .",
"c": "npm run code",
"createChangelogMD": "node ./utils/helpers/createChangelogMD.js",
"cl": "npm run createChangelogMD"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iTsMaaT/WD-40.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iTsMaaT/WD-40"
},
"homepage": "https://github.com/iTsMaaT/WD-40",
"dependencies": {
"@discord-player/extractor": "^4.5.1",
"@discordjs/voice": "^0.16.1",
"@google/generative-ai": "^0.15.0",
"@iamtraction/google-translate": "^2.0.1",
"@sentry/node": "^8.36.0",
"axios": "^1.7.7",
"bgutils-js": "^3.1.0",
"canvas": "^2.11.2",
"cron": "^3.1.8",
"discord-player": "^6.7.1",
"discord-player-youtubei": "^1.3.4",
"discord-tts": "^1.2.2",
"discord.js": "^14.16.3",
"discord.js-akinator": "^4.1.5",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.29.5",
"google-tts-api": "^2.0.2",
"jsdom": "^25.0.1",
"m3u8stream": "^0.8.6",
"mediaplex": "^0.0.9",
"module-alias": "^2.2.3",
"mysql2": "^3.11.3",
"node-html-parser": "^6.1.13",
"os": "^0.1.2",
"pretty-ms": "^7.0.1",
"sodium-native": "^4.2.2"
},
"devDependencies": {
"drizzle-kit": "^0.20.18",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0"
},
"_moduleAliases": {
"@root": ".",
"@functions": "./utils/functions",
"@utils": "./utils",
"@config": "./utils/config"
}
}