forked from qualweb/qualweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.6 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.6 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@qualweb/qualweb",
"version": "0.1.0",
"description": "Monorepo for the Qualweb Web Accessibility Evaluator. This package should never be published by itself.",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/qualweb/qualweb.git"
},
"scripts": {
"release": "npm -ws run build && npx changeset publish && git push --follow-tags",
"release-snapshot": "npm run build && npx changeset version --snapshot next && npx changeset publish --tag next"
},
"keywords": [
"qualweb",
"accessibility",
"wcag",
"act"
],
"author": "Carlos Duarte <caduarte@campus.ul.pt>",
"contributors": [
"Antonio Estriga <antonio.estriga@gmail.com>",
"João Afonso Vicente <joao.vicente@edu.ulisboa.pt>",
"Johannes L. Borresen <jlb@inqludeit.dk>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/qualweb/qualweb/issues"
},
"homepage": "https://github.com/qualweb/qualweb#readme",
"workspaces": [
"packages/qw-element",
"packages/qw-page",
"packages/util",
"packages/locale",
"packages/crawler",
"packages/core",
"packages/act-rules",
"packages/best-practices",
"packages/wcag-techniques",
"packages/counter",
"packages/earl-reporter",
"packages/cli",
"packages/cui-checks"
],
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@eslint/js": "^9.13.0",
"@types/eslint__js": "^8.42.3",
"commander": "^11.1.0",
"eslint": "^8.57.1",
"eslint-plugin-sonarjs": "^2.0.4",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"typescript-eslint": "^8.12.2"
}
}