-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 959 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 959 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
39
40
41
{
"name": "powershell",
"version": "3.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "ncc build src/main.ts -o lib",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/Azure/powershell.git"
},
"keywords": [],
"author": "YanaXu",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/powershell/issues"
},
"homepage": "https://github.com/Azure/powershell#readme",
"dependencies": {
"@actions/core": "1.9.1",
"@actions/exec": "^1.0.3",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.6.1",
"fs": "0.0.1-security",
"os": "^0.1.1",
"path": "^0.12.7",
"stream": "0.0.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"
}
}