diff --git a/package.json b/package.json index 3c93789..bec4abf 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,23 @@ "version": "1.0.0", "description": "Telegram bot to inform about App Store releases", "main": "index.js", + "repository": { + "type": "git", + "url": "https://github.com/makoni/ReleaseInformerBot" + }, + "bugs": { + "url": "https://github.com/makoni/ReleaseInformerBot/issues" + }, + "keywords": [ + "telegram", + "bot", + "itunes", + "app store" + ], "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "node index.js" }, - "author": "Sergey Armodin", + "author": "Sergey Armodin ", "license": "ISC", "dependencies" : { @@ -16,4 +29,4 @@ "request" : ">= 2.53.0", "sleep" : ">= 3.0.0" } -} +} \ No newline at end of file