generated from actions/hello-world-javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 841 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
{
"name": "externalized-telegram-notifications-action",
"version": "0.0.2",
"description": "GitHub Action to get an external resource to parse it and send it as telegram notification",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danilat/externalized-telegram-notifications-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danilat/externalized-telegram-notifications-action/issues"
},
"homepage": "https://github.com/danilat/externalized-telegram-notifications-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^1.1.0",
"@actions/http-client": "^1.0.8"
},
"devDependencies": {
"dotenv": "^8.2.0",
"jest": "^25.3.0"
}
}