-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1004 Bytes
/
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
{
"name": "discord-stockbot-3.0",
"version": "3.2.2",
"description": "Korean stock bot for Discord using virtual money",
"scripts": {
"compile": "tsc",
"test": "cd dist && supervisor index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alanimdeo/discord-stockbot-3.0.git"
},
"keywords": [
"Discord",
"bot",
"stock",
"korean"
],
"author": "Alanimdeo",
"license": "MIT",
"bugs": {
"url": "https://github.com/alanimdeo/discord-stockbot-3.0/issues"
},
"homepage": "https://github.com/alanimdeo/discord-stockbot-3.0#readme",
"dependencies": {
"axios": "^0.27.2",
"discord-api-types": "^0.37.2",
"discord.js": "^14.2.0",
"download": "^8.0.0",
"iconv-lite": "^0.6.3",
"mysql": "^2.18.1",
"node-html-parser": "^5.4.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/download": "^8.0.1",
"@types/mysql": "^2.15.21",
"supervisor": "^0.12.0",
"typescript": "^5.3.2"
}
}