-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
37 lines (37 loc) · 1018 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": "dotnet-test-reporter",
"version": "1.0.0",
"description": "Github action for reporting dotnet test results",
"private": true,
"main": "build/main.js",
"scripts": {
"build": "tsc && ncc build --source-map --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bibipkins/Dotnet-Test-Reporter.git"
},
"keywords": [],
"author": "https://github.com/bibipkins",
"license": "MIT",
"bugs": {
"url": "https://github.com/bibipkins/Dotnet-Test-Reporter/issues"
},
"homepage": "https://github.com/bibipkins/Dotnet-Test-Reporter#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"fast-sort": "3.4.0",
"glob": "^10.3.10",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/node": "^20.11.16",
"@types/xml2js": "^0.4.14",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.29.0",
"eslint-plugin-github": "^4.6.0",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
}
}