-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
32 lines (32 loc) · 1.01 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
{
"name": "microsoft-security-devops-action",
"version": "1.12.0",
"description": "Node dependencies for the microsoft/security-devops-action.",
"scripts": {
"build": "npx gulp",
"buildTests": "npx gulp buildTests",
"test": "npx mocha **/*.tests.js",
"buildAndTest": "npx gulp buildTests & npx mocha **/*.tests.js"
},
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@microsoft/security-devops-actions-toolkit": "1.11.0"
},
"devDependencies": {
"@types/mocha": "^2.2.44",
"@types/node": "^20.3.1",
"@types/q": "^1.0.6",
"@types/sinon": "^4.1.2",
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-shell": "^0.8.0",
"gulp-typescript": "^6.0.0-alpha.1",
"mocha": "^10.2.0",
"sinon": "^4.1.3",
"typescript": "^5.1.3"
}
}