-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.25 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
50
51
{
"name": "@axellero/eslint-config-import",
"version": "1.0.1",
"description": "ESLint configuration for ES6 Imports and Exports",
"keywords": [
"config",
"eslint",
"eslint-config",
"axellero",
"styleguide",
"import"
],
"homepage": "https://github.com/axellero-io/eslint#readme",
"bugs": {
"url": "https://github.com/axellero-io/eslint/issues",
"email": "npm@axellero.io"
},
"repository": {
"type": "git",
"url": "https://github.com/axellero-io/eslint.git",
"directory": "packages/eslint-config-import"
},
"license": "MIT",
"author": "Axellero <opensource@axellero.io>",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@axellero/eslint-config-env": "^1.0.1",
"@axellero/eslint-env": "^1.0.1",
"eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-typescript": "^3.5.5",
"tslib": "^2.6.1"
},
"devDependencies": {
"@types/eslint": "^8.44.1",
"@types/node": "^20.4.5",
"eslint": "^8.46.0",
"typescript": "5.1.6"
},
"peerDependencies": {
"eslint": "^7 || ^8",
"eslint-plugin-import": "^2",
"eslint-plugin-simple-import-sort": "^7 || ^10"
},
"publishConfig": {
"access": "public"
}
}