-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
34 lines (34 loc) · 869 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
{
"name": "koakuma",
"version": "1.0.0",
"description": "A booru-based common-tag guessing game played on Discord",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lynn/koakuma.git"
},
"author": "Lynn",
"license": "MIT",
"bugs": {
"url": "https://github.com/lynn/koakuma/issues"
},
"homepage": "https://github.com/lynn/koakuma#readme",
"devDependencies": {
"@types/jsdom": "^16.2.13",
"@types/node-fetch": "^2.5.12",
"@types/redis": "^2.8.31",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
},
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"discord-api-types": "^0.22.0",
"discord.js": "^13.1.0",
"jsdom": "^17.0.0",
"node-fetch": "^2.6.7",
"redis": "^3.1.2"
}
}