-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.66 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
{
"name": "ihtnh",
"version": "0.23.1",
"description": "discord bot",
"main": "bot.js",
"type": "module",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.9.0",
"circle-to-polygon": "^2.0.2",
"discord.js": "^14.14.1",
"dotenv": "^15.0.0",
"express": "^4.17.1",
"express-xml-bodyparser": "^0.3.0",
"ffmpeg-static": "^5.2.0",
"form-data": "^4.0.0",
"get-youtube-id": "^1.0.1",
"glob": "^7.2.0",
"htmlparser2": "^9.1.0",
"jsqr": "^1.4.0",
"libsodium-wrappers": "^0.7.10",
"lodash": "^4.17.21",
"mongoose": "^6.3.6",
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
"opusscript": "0.0.7",
"puppeteer": "^20.7.4",
"qrcode": "^1.5.1",
"sagiri": "^3.1.1",
"sharp": "^0.32.6",
"url-metadata": "^2.5.0",
"ytdl-core": "^4.11.2"
},
"engines": {
"node": "^20.9.0"
},
"scripts": {
"start": "cross-env NODE_ENV=pro node ./dist/bot.js",
"dev": "cross-env NODE_ENV=dev tsc && node ./dist/bot.js",
"build": "yarn install && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluenk/IHTNH.git"
},
"author": "bluenk",
"license": "MIT",
"bugs": {
"url": "https://github.com/bluenk/IHTNH/issues"
},
"homepage": "https://github.com/bluenk/IHTNH#readme",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/express-xml-bodyparser": "^0.3.2",
"@types/ffmpeg-static": "^3.0.1",
"@types/glob": "^7.2.0",
"@types/lodash": "^4.14.182",
"@types/morgan": "^1.9.3",
"@types/node-fetch": "^2.5.12",
"@types/qrcode": "^1.5.0",
"@types/sharp": "^0.31.0",
"cross-env": "^7.0.3"
}
}