-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 944 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
41
42
43
{
"name": "@netflix/eslint-plugin-x-element",
"description": "An eslint plugin for x-element.",
"version": "1.0.0-rc.7",
"license": "Apache-2.0",
"repository": "github:Netflix/eslint-plugin-x-element",
"type": "module",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"lint": "eslint --max-warnings=0 .",
"lint-fix": "eslint --fix .",
"test": "node --test test.js",
"bump": "./bump.sh"
},
"files": [
"/index.js",
"/no-invalid-html.js"
],
"dependencies": {
"@netflix/x-element": "2.0.0-rc.10"
},
"devDependencies": {
"@netflix/eslint-config": "3.0.0",
"eslint": "9.20.0"
},
"engines": {
"node": ">=22.14",
"npm": ">=10.9"
},
"contributors": [
{
"name": "Andrew Seier",
"email": "[email protected]"
},
{
"name": "Casey Klebba",
"email": "[email protected]"
}
]
}