-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 KB
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
{
"name": "microsoft-365-certification-quick-evaluation",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"package": "ncc build --source-map --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azure/microsoft-365-certification-quick-evaluation.git"
},
"keywords": [],
"author": "Microsoft",
"license": "ISC",
"bugs": {
"url": "https://github.com/azure/microsoft-365-certification-quick-evaluation/issues"
},
"homepage": "https://github.com/azure/microsoft-365-certification-quick-evaluation#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@azure/arm-appcomplianceautomation": "^1.0.0-beta.1",
"@azure/arm-resources": "^5.1.0",
"@azure/identity": "^3.1.1",
"axios": "^1.3.0"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.11.11",
"@vercel/ncc": "^0.34.0",
"jest": "^29.4.2",
"jest-circus": "^29.4.2",
"ts-jest": "^29.0.5",
"typescript": "^4.9.3"
}
}