Skip to content

Commit 9eb095b

Browse files
Merge pull request #70 from Azure/modules-fix
Modules fix
2 parents 6c267a9 + 9ca6ae7 commit 9eb095b

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

package.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+
}

0 commit comments

Comments
 (0)