-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 748 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 748 Bytes
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
{
"name": "codenames-bot",
"version": "1.0.0",
"description": "A discord bot for playing codenames",
"main": "index.js",
"dependencies": {
"bufferutil": "^4.0.2",
"canvas": "^2.6.1",
"discord.js": "^12.4.1",
"dotenv": "^8.2.0",
"erlpack": "github:discordapp/erlpack",
"zlib-sync": "^0.1.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleFeud/codenames-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GoogleFeud/codenames-bot/issues"
},
"homepage": "https://github.com/GoogleFeud/codenames-bot#readme"
}