-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 885 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": "grading-pr-info-gh-action",
"version": "1.0.0",
"description": "GHA para extraer información de PRs de corrección",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "ncc build src/index.js -o dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JJ/grading-pr-info-gh-action.git"
},
"keywords": [
"github",
"action",
"pull",
"requests",
"infraestructura",
"virtual",
"cloud",
"computing"
],
"author": "JJ Merelo",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/JJ/grading-pr-info-gh-action/issues"
},
"homepage": "https://github.com/JJ/grading-pr-info-gh-action#readme",
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@vercel/ncc": "^0.38.1",
"chalk": "^5.3.0",
"parse-diff": "^0.11.1"
}
}