forked from Siteimprove/alfa-integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.61 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"$schema": "http://json.schemastore.org/package",
"private": true,
"name": "@siteimprove/alfa-integrations",
"homepage": "https://alfa.siteimprove.com",
"license": "MIT",
"description": "Command Line Interface, and tools integrations for Alfa (Siteimprove's accessibility conformance testing tool)",
"repository": {
"type": "git",
"url": "https://github.com/siteimprove/alfa-integrations.git"
},
"bugs": "https://github.com/siteimprove/alfa/issues",
"scripts": {
"build": "node --max-old-space-size=8192 scripts/build.js --pretty",
"clean": "node scripts/clean.js --pretty",
"test": "node scripts/test.js --pretty",
"watch": "node scripts/watch.js --pretty",
"extract": "node scripts/api-extractor.js --pretty",
"document": "api-documenter generate -i docs/data/api -o docs/api",
"dependency-graph": "package-dependency-graph --config config/package-dependency-graph.ts --exclude-node_modules --graphviz --dot docs/dependency-graph.dot --png docs/dependency-graph.png"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@microsoft/api-documenter": "^7.19.9",
"@microsoft/api-extractor": "^7.29.5",
"@siteimprove/alfa-cli": "workspace:^0.62.3",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@types/async": "^3.2.5",
"@types/jsonld": "^1.5.6",
"@types/node": "^14.14.31",
"async": "^3.2.1",
"axios": "^0.27.2",
"execa": "^5.1.1",
"minimist": "^1.2.6",
"package-dependency-graph": "^1.14.3",
"prettier": "^2.7.1",
"typescript": "^4.8.2"
},
"packageManager": "[email protected]"
}