-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.09 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.09 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
{
"name": "@wdio/eslint",
"version": "0.1.3",
"description": "ESLint configurations for WebdriverIO projects",
"author": "Christian Bromann <mail@bromann.dev>",
"license": "MIT",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"wdio",
"webdriverio",
"eslint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/webdriverio/eslint.git"
},
"bugs": {
"url": "https://github.com/webdriverio/eslint/issues"
},
"dependencies": {
"@eslint/js": "^9.39.2",
"@stylistic/eslint-plugin": "^5.6.1",
"@typescript-eslint/utils": "^8.50.1",
"eslint-plugin-unicorn": "^62.0.0",
"eslint-plugin-unused-imports": "^4.3.0",
"eslint-plugin-wdio": "^9.16.2",
"globals": "^17.0.0",
"typescript-eslint": "^8.50.1"
},
"devDependencies": {
"release-it": "^19.1.0",
"typescript": "^5.9.3"
},
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@10.26.1"
}