-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.17 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
48
49
{
"name": "@nimblehq/eslint-config-nimble-testing",
"version": "1.3.1",
"description": "ESLint testing plugin extension configuration developed and maintained by Nimble",
"keywords": [
"eslint",
"eslint-plugin",
"eslint-testing",
"eslint-jest",
"eslint-cypress",
"eslintplugin"
],
"author": "Nimble",
"main": "lib/index.js",
"dependencies": {
"@nimblehq/eslint-config-nimble-core": "2.8.2",
"@nimblehq/eslint-config-nimble-typescript": "1.0.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-prettier": "^5.2.3"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"license": "MIT",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">=22"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nimblehq/eslint-config-nimble.git"
},
"bugs": {
"url": "https://github.com/nimblehq/eslint-config-nimble/issues"
},
"homepage": "https://github.com/nimblehq/eslint-config-nimble",
"files": [
"lib"
],
"publishConfig": {
"access": "public"
}
}