-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 894 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": "falgames",
"version": "1.2.1",
"description": "Falgames is a helpful package to enhance your discord bot with fun and interactive minigames",
"main": "index.js",
"scripts": {
"test": "cd test && node ."
},
"author": "Falcão",
"license": "MIT",
"dependencies": {
"canvas": "^3.0.1",
"discord.js": "^14.14.1",
"html-entities": "^2.5.2"
},
"engines": {
"node": ">=18.0.0"
},
"homepage": "https://github.com/falcao-g/Falgames#readme",
"keywords": [
"discord",
"discord-games",
"discord.js",
"minigames"
],
"files": [
"src",
"index.js",
"utils"
],
"repository": {
"type": "git",
"url": "git+https://github.com/falcao-g/Falgames.git"
},
"bugs": {
"url": "https://github.com/falcao-g/Falgames/issues"
},
"directories": {
"src": "src"
}
}