-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 925 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 925 Bytes
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
{
"name": "powershell",
"version": "3.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/main.ts -o dist",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/step-security/powershell.git"
},
"keywords": [],
"author": "step-security",
"license": "MIT",
"bugs": {
"url": "https://github.com/step-security/powershell/issues"
},
"homepage": "https://github.com/step-security/powershell#readme",
"dependencies": {
"@actions/core": "1.9.1",
"@actions/exec": "^1.0.3",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.6.1",
"axios": "1.15.2",
"uuid": "^7.0.2"
},
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/node": "^24.0.0",
"@vercel/ncc": "^0.38.4",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",
"ts-jest": "^29.0.3",
"typescript": "^5.6.0"
}
}