We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152e511 commit 63d67b9Copy full SHA for 63d67b9
package.json
@@ -3,10 +3,23 @@
3
"version": "1.0.0",
4
"description": "Telegram bot to inform about App Store releases",
5
"main": "index.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/makoni/ReleaseInformerBot"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/makoni/ReleaseInformerBot/issues"
12
13
+ "keywords": [
14
+ "telegram",
15
+ "bot",
16
+ "itunes",
17
+ "app store"
18
+ ],
19
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
20
+ "start": "node index.js"
21
},
- "author": "Sergey Armodin",
22
+ "author": "Sergey Armodin <[email protected]>",
23
"license": "ISC",
24
"dependencies" :
25
{
@@ -16,4 +29,4 @@
29
"request" : ">= 2.53.0",
30
"sleep" : ">= 3.0.0"
31
}
-}
32
+}
0 commit comments