-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
39 lines (39 loc) · 906 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
{
"name": "mahjong-bot",
"version": "1.0.0",
"description": "A bot with Riichi Mahjong-related functionality.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [
"mahjong",
"riichi"
],
"author": "Amber",
"license": "GPL-3.0-only",
"dependencies": {
"@discordjs/uws": "^10.149.0",
"bad-words": "^3.0.4",
"bufferutil": "^4.0.1",
"discord.js": "^14.3.0",
"dotenv": "^7.0.0",
"js-levenshtein": "^1.1.6",
"node-schedule": "^1.3.2",
"quickchart-js": "^1.0.7",
"request": "^2.88.2",
"wordpos": "^1.2.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
},
"engines": {
"node": "16.17.0"
},
"respository": {
"type": "git",
"url": "https://github.com/Euophrys/mahjong-discord-bot.git"
},
"homepage": "https://github.com/Euophrys/mahjong-discord-bot#readme"
}