-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 957 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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "eslint-config-pa11y",
"version": "3.0.0",
"description": "Linter configurations for Pa11y projects",
"author": "Team Pa11y",
"contributors": [
"Rowan Manning (http://rowanmanning.com/)",
"José Bolos (https://github.com/josebolos)"
],
"repository": "github:pa11y/pa11y-lint-config",
"homepage": "https://github.com/pa11y/pa11y-lint-config",
"bugs": "https://github.com/pa11y/pa11y-lint-config/issues",
"license": "LGPL-3.0",
"engines": {
"node": "^18.0.0 || ^20.0.0"
},
"devDependencies": {
"eslint": "^8.51.0",
"eslint-find-rules": "^4.1.0",
"eslint-plugin-n": "^16.3.0"
},
"peerDependencies": {
"eslint": ">= 8",
"eslint-plugin-n": ">= 16"
},
"main": "./index.js",
"scripts": {
"test": "eslint . && eslint-find-rules --deprecated index.js"
},
"files": [
"eslint",
"index.js"
],
"keywords": [
"eslint",
"pa11y",
"javascript",
"es2020"
]
}