-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 818 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
{
"name": "horsengel-roulette",
"version": "1.3.1",
"description": "Russian roulette for a Discord.js bot where the loser get kicked.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helmasaur/horsengel-roulette.git"
},
"keywords": [
"bot",
"discord",
"discord.js",
"command",
"game",
"russian roulette"
],
"author": "Helmasaur",
"license": "MIT",
"bugs": {
"url": "https://github.com/helmasaur/horsengel-roulette/issues"
},
"homepage": "https://github.com/helmasaur/horsengel-roulette#readme",
"dependencies": {
"discord.js": "^14.11.0"
},
"engineStrict": true,
"engines": {
"node": ">= 16.9.0"
}
}