-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 899 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
36
37
38
39
40
{
"name": "action-notifications",
"version": "1.0.16",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "ncc build ./src/index.ts -o lib --minify",
"release": "bumpp -r"
},
"author": "hunghg255",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.5.9",
"@types/qrcode": "^1.5.5",
"@vercel/ncc": "^0.36.1",
"bumpp": "^9.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@actions/io": "^1.1.3",
"axios": "^1.5.0"
},
"homepage": "https://github.com/hunghg255/action-notifications",
"repository": {
"type": "git",
"url": "https://github.com/hunghg255/action-notifications"
},
"keywords": [
"action",
"notifications",
"github-actions",
"slack",
"discord",
"telegram",
"ci"
]
}