-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 933 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
42
{
"name": "@unusualabsurd/discordjs-games",
"version": "1.0.3",
"description": "Create games easily from discord.js client using this package!",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UnusualAbsurd/discordjs-games.git"
},
"keywords": [
"discord",
"djs",
"games",
"discord",
"game",
"discord",
"fun",
"djs",
"fun",
"discord.js",
"fun",
"discord.js",
"discord.js",
"games",
"djs",
"games"
],
"author": "https://github.com/UnusualAbsurd",
"license": "ISC",
"bugs": {
"url": "https://github.com/UnusualAbsurd/discordjs-games/issues"
},
"homepage": "https://github.com/UnusualAbsurd/discordjs-games#readme",
"dependencies": {
"discord.js": "^13.3.1",
"ms": "^2.1.3",
"node-fetch": "^2.6.1"
}
}