UNPKG

discord-battleship-rus

Version:

Create and handle advanced versions of the old classic game, BatlleShip!

34 lines (33 loc) 840 B
{ "name": "discord-battleship-rus", "version": "1.0.0", "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/Alexander397172YT/discord-battleship-rus.git" }, "keywords": [ "battleship", "games", "battle-ship", "BattleShip", "discord", "discordbot", "discordbattleship", "discord-battleship" ], "author": "Maxisthemoose", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Alexander397172YT/discord-battleship-rus/issues" }, "homepage": "https://github.com/Alexander397172YT/discord-battleship-rus#readme", "dependencies": { "@types/node": "^14.11.2", "discord.js": "^12.3.1" } }