-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
40 lines (40 loc) · 901 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
38
39
40
{
"name": "powershell",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"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": "^28.1.8",
"@types/node": "^20.11.1",
"jest": "^28.1.3",
"jest-circus": "^28.1.3",
"ts-jest": "^28.0.8",
"typescript": "^4.9.4"
}
}