-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 725 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 725 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
{
"name": "macoslab",
"version": "1.0.0",
"description": "PowerShell tooling and Markdown docs for reproducible Intune-managed macOS VM labs",
"private": true,
"scripts": {
"lint:md": "markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#.venv\" \"#**/.venv\"",
"lint:md:nested": "node .github/scripts/lint-nested-markdown.js"
},
"keywords": [
"macos",
"intune",
"powershell",
"parallels",
"utm",
"pester"
],
"author": "Frank Lesniak",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"glob": "^13.0.6",
"jsonc-parser": "^3.3.1",
"markdown-it": "^14.1.1",
"markdownlint": "^0.40.0",
"markdownlint-cli2": "^0.22.1"
}
}