forked from microsoft/vstest-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 KB
/
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
{
"scripts": {
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && ncc build src\\index.ts",
"test": "jest vstest.tests.ts --coverage",
"functional-test": "jest vstest.spec.ts"
},
"dependencies": {
"@actions/artifact": "^0.5.2",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.1.0",
"@actions/github": "^1.1.0",
"@actions/glob": "^0.1.0",
"@actions/http-client": "^1.0.8",
"@actions/io": "^1.0.2",
"@types/jest-when": "^3.5.0",
"@types/mock-fs": "^4.13.1",
"fast-xml-parser": "^3.15.1",
"node": "^17.7.2",
"semver": "^6.3.0",
"xmlbuilder": "^13.0.2"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@types/jest": "^27.5.0",
"@types/node": "^12.12.62",
"@types/semver": "^6.2.2",
"@zeit/ncc": "^0.21.1",
"jest": "^27.5.1",
"jest-mock-extended": "^2.0.5",
"jest-when": "^3.5.1",
"mock-fs": "^5.1.2",
"ts-jest": "^27.1.3",
"typescript": "^3.9.10",
"wget-improved": "^1.3.0"
}
}