generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 834 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": "jest-out",
"version": "1.0.0",
"description": "Jest Report Action",
"keywords": [
"GitHub",
"Actions",
"JavaScript",
"Jest"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:BuildforSDG-Cohort1-Assessment/jest-out.git"
},
"author": "Charles Odili <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BuildforSDG-Cohort1-Assessment/jest-out/issues"
},
"homepage": "https://github.com/BuildforSDG-Cohort1-Assessment/jest-out#readme",
"scripts": {
"package": "ncc build index.js -m -o dist"
},
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/github": "^2.1.1",
"axios": "^0.19.2",
"xml2json": "^0.12.0"
},
"devDependencies": {
"@zeit/ncc": "^0.22.1",
"eslint": "^6.8.0"
}
}