discord-battleship
Version:
Create and handle advanced versions of the old classic game, BatlleShip!
34 lines (33 loc) • 812 B
JSON
{
"name": "discord-battleship",
"version": "1.0.4",
"description": "Create and handle advanced versions of the old classic game, BatlleShip!",
"main": "lib/index.js",
"scripts": {
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Maxisthemoose/discord-battleship.git"
},
"keywords": [
"battleship",
"games",
"battle-ship",
"BattleShip",
"discord",
"discordbot",
"discordbattleship",
"discord-battleship"
],
"author": "Maxisthemoose",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Maxisthemoose/discord-battleship/issues"
},
"homepage": "https://github.com/Maxisthemoose/discord-battleship#readme",
"dependencies": {
"@types/node": "^14.11.2",
"discord.js": "^12.3.1"
}
}