-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 943 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 943 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
{
"dependencies": {
"discord-rock-paper-scissor": "^1.1.1",
"discord-tictactoe": "^3.1.0",
"discord.js": "^13.12.0",
"dotenv": "^16.0.3"
},
"name": "gamemaster",
"description": "GameMaster is a discord bot that allows users to play smaller board games such as Tic Tac Toe (and hopefully connect four). The goal of GameMaster is to provide a hub where users can play multiple games with friends using Discord. User's can customize settings to their liking for an optimal experience.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cis3296f22/GameMaster.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cis3296f22/GameMaster/issues"
},
"homepage": "https://github.com/cis3296f22/GameMaster#readme",
"devDependencies": {
"jest": "^29.3.1"
}
}