File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " powershell" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " " ,
5+ "main" : " index.js" ,
6+ "scripts" : {
7+ "build" : " tsc" ,
8+ "test" : " jest"
9+ },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/Azure/powershell.git"
13+ },
14+ "keywords" : [],
15+ "author" : " Akshaya" ,
16+ "license" : " MIT" ,
17+ "bugs" : {
18+ "url" : " https://github.com/Azure/powershell/issues"
19+ },
20+ "homepage" : " https://github.com/Azure/powershell#readme" ,
21+ "dependencies" : {
22+ "@actions/core" : " ^1.2.2" ,
23+ "@actions/exec" : " ^1.0.3" ,
24+ "@actions/io" : " ^1.0.2" ,
25+ "@actions/tool-cache" : " ^1.6.1" ,
26+ "fs" : " 0.0.1-security" ,
27+ "os" : " ^0.1.1" ,
28+ "path" : " ^0.12.7" ,
29+ "stream" : " 0.0.2" ,
30+ "uuid" : " ^7.0.2"
31+ },
32+ "devDependencies" : {
33+ "@types/jest" : " ^25.2.1" ,
34+ "@types/node" : " ^16.18.3" ,
35+ "jest" : " ^25.2.7" ,
36+ "jest-circus" : " ^25.2.7" ,
37+ "ts-jest" : " ^25.3.1" ,
38+ "typescript" : " ^3.8.3"
39+ }
40+ }
You can’t perform that action at this time.
0 commit comments