-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
27 lines (27 loc) · 956 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": "aria-common",
"version": "1.0.0",
"description": "[This is the repository for aria-common](https://github.com/w3c/aria-common). It contains files shared by several other ARIA repositories, and copied into those repositories. Note *content must be updated in w3c/aria-common*; changes made in copies are overwritten next time content from this repository is synced.",
"private": true,
"scripts": {
"fix": "eslint . --fix",
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/w3c/aria-common.git"
},
"keywords": [],
"author": "Michael N Cooper <cooper@w3.org>",
"license": "LICENSE.md",
"bugs": {
"url": "https://github.com/w3c/aria-common/issues"
},
"homepage": "https://github.com/w3c/aria-common#readme",
"devDependencies": {
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8"
}
}