forked from microsoft/Microsoft365DSC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 787 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
{
"name": "Microsoft365DSC",
"version": "1.0.0.0",
"description": "The Microsoft365DSC PowerShell module provides DSC resources that can be used to deploy, configure and manage Microsoft 365 tenants",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1",
"through2": "^2.0.3",
"markdownlint": "^0.11.0"
},
"devDependencies": {
"gulp-concat": "^2.6.1"
},
"scripts": {
"test": "powershell -File .vscode\\RunPesterTests.ps1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/Microsoft365DSC.git"
},
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/Microsoft365DSC/issues"
},
"homepage": "https://github.com/Microsoft/Microsoft365DSC#readme"
}