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 44deaa8 commit ab525c0Copy full SHA for ab525c0
package.json
@@ -4,7 +4,7 @@
4
"description": "A simple Express middleware to notify errors into Telegram",
5
"main": "index.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "start": "node index.js"
8
},
9
"keywords": [
10
"telegram",
@@ -20,5 +20,13 @@
20
21
"dependencies": {
22
"on-finished": "^2.3.0"
23
+ },
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "git+https://github.com/awesomelike/express-notify-telegram.git"
27
28
+ "homepage": "https://github.com/awesomelike/express-notify-telegram#readme",
29
+ "bugs": {
30
+ "url": "https://github.com/awesomelike/express-notify-telegram/issues"
31
}
32
0 commit comments