-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "ms-foundry-tutorial-id",
"version": "0.1.0",
"private": true,
"description": "Accessibility and content tooling for MS Foundry Tutorial ID.",
"scripts": {
"a11y": "pa11y-ci --config .pa11yci.json",
"generate:corpus": "python3 scripts/generate-contoso-document-chrome.py && python3 scripts/generate-contoso-form-image.py && node scripts/generate-contoso-corpus.mjs",
"lighthouse": "lhci autorun",
"test": "node --test scripts/*.test.js",
"check:lab-sync": "git diff --name-status --find-renames origin/main...HEAD | node scripts/check-lab-sync.js"
},
"devDependencies": {
"@lhci/cli": "^0.15.1",
"docx": "^9.7.1",
"http-server": "^14.1.1",
"js-yaml": "^4.1.0",
"pa11y-ci": "^4.1.1",
"pdfkit": "^0.19.1",
"wait-on": "^7.2.0"
}
}