-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 937 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
{
"name": "gamey",
"version": "1.2.2",
"description": "Find your free Games and let them send you to Discord",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rabenherz112/Discord-Bot-Free-Games-Finder.git"
},
"keywords": [
"discord",
"bot",
"reddit",
"free",
"games"
],
"author": "Rabenherz (Lp_Zombie)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rabenherz112/Discord-Bot-Free-Games-Finder/issues"
},
"homepage": "https://github.com/Rabenherz112/Discord-Bot-Free-Games-Finder#readme",
"dependencies": {
"@octokit/rest": "^19.0.13",
"better-sqlite3": "^8.4.0",
"discord-api-types": "^0.37.47",
"discord.js": "^14.9.0",
"fs": "^0.0.1-security",
"html-entities": "^2.4.0",
"install": "^0.13.0",
"quick.db": "^9.1.5"
}
}