-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1006 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1006 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
{
"name": "analyse-microsoft-365-compliance-results",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"package": "ncc build --source-map --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qinzhouxu/analyse-microsoft-365-compliance-results.git"
},
"keywords": [],
"author": "Qinzhou Xu",
"license": "ISC",
"bugs": {
"url": "https://github.com/qinzhouxu/analyse-microsoft-365-compliance-results/issues"
},
"homepage": "https://github.com/qinzhouxu/analyse-microsoft-365-compliance-results#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@azure/arm-appcomplianceautomation": "^1.0.0-beta.1",
"@azure/arm-policyinsights": "^5.0.0",
"@azure/arm-resources": "^5.1.0",
"@azure/identity": "^3.1.1"
},
"devDependencies": {
"@types/node": "^18.11.11",
"@vercel/ncc": "^0.34.0",
"typescript": "^4.9.3"
}
}