-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 894 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
{
"name": "action-discord-alerts",
"version": "1.0.0",
"description": "Action for discord alerts",
"main": "index.js",
"scripts": {
"build": "ncc build index.js -o dist",
"test": "SILENT=true jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ErnaneJ/action-discord-alerts.git"
},
"keywords": [
"action",
"discord",
"alerts"
],
"author": "Ernane Ferreira",
"license": "ISC",
"bugs": {
"url": "https://github.com/ErnaneJ/action-discord-alerts/issues"
},
"homepage": "https://github.com/ErnaneJ/action-discord-alerts#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@vercel/ncc": "^0.36.1",
"axios": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"babel-jest": "^29.5.0",
"jest": "^29.5.0"
}
}