-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.05 KB
/
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
44
45
46
47
{
"name": "@wdio/eslint",
"version": "0.0.3",
"description": "ESLint configurations for WebdriverIO projects",
"author": "Christian Bromann <[email protected]>",
"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": {
"globals": "^15.12.0",
"@eslint/js": "^9.15.0",
"typescript-eslint": "^8.14.0",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-wdio": "^9.2.11",
"@typescript-eslint/utils": "^8.14.0"
},
"devDependencies": {
"release-it": "^17.10.0",
"typescript": "^5.6.3"
},
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected]"
}