-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 872 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 872 Bytes
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
{
"name": "discordbot",
"version": "1.0.0",
"description": "Node.js GameStatus&Util Discord Bot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ko11380/Discord_GameStatus_Bot.git"
},
"keywords": [
"Yume_Bot"
],
"author": "seoseonyu",
"license": "ISC",
"bugs": {
"url": "https://github.com/ko11380/Discord_GameStatus_Bot"
},
"homepage": "https://github.com/ko11380/Discord_GameStatus_Bot#readme",
"dependencies": {
"discord.js": "^12.5.1",
"fs": "0.0.1-security",
"mariadb": "^2.5.2",
"mysql2": "^2.2.5",
"node-html-to-image": "^3.1.0",
"puppeteer": "^5.5.0",
"request": "^2.88.2",
"sequelize": "^6.5.0",
"sqlite3": "^5.0.1",
"urlencode": "^1.1.0"
},
"devDependencies": {}
}