commit 373d84e4618033afcf79e1fe03713da2d5d129d8 Author: Navy Date: Wed Apr 8 16:00:20 2020 +0300 package diff --git a/package.json b/package.json new file mode 100644 index 0000000..4f5111c --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "new-gbot", + "version": "0.0.1", + "description": "New iteration of GalacticBot", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Navy-gif/New-GBot.git" + }, + "author": "Navy.gif & Nolan", + "license": "ISC", + "bugs": { + "url": "https://github.com/Navy-gif/New-GBot/issues" + }, + "homepage": "https://github.com/Navy-gif/New-GBot#readme" +}