Skip to content

Commit 63d67b9

Browse files
author
Sergey Armodin
committed
- package.json update
1 parent 152e511 commit 63d67b9

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

package.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,23 @@
33
"version": "1.0.0",
44
"description": "Telegram bot to inform about App Store releases",
55
"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+
],
619
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
20+
"start": "node index.js"
821
},
9-
"author": "Sergey Armodin",
22+
"author": "Sergey Armodin <[email protected]>",
1023
"license": "ISC",
1124
"dependencies" :
1225
{
@@ -16,4 +29,4 @@
1629
"request" : ">= 2.53.0",
1730
"sleep" : ">= 3.0.0"
1831
}
19-
}
32+
}

0 commit comments

Comments
 (0)