-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 915 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "node-telegram-log",
"version": "1.1.0",
"description": "Node.js log sender to Telegram",
"main": "index.js",
"keywords": [
"node.js",
"telegram",
"bot",
"logger"
],
"homepage": "https://github.com/joeberetta/node-telegram-logger",
"repository": {
"type": "git",
"url": "https://github.com/joeberetta/node-telegram-logger.git"
},
"bugs": {
"url": "https://github.com/joeberetta/node-telegram-logger/issues"
},
"author": {
"email": "[email protected]",
"name": "Joe Beretta",
"url": "https://t.me/joeberetta"
},
"license": "MIT",
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.4",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"semantic-release": "^21.0.1"
}
}