-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.69 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@nexim/eslint-config",
"version": "1.1.1",
"description": "Base Eslint configuration for Nexim projects.",
"keywords": [
"eslint",
"eslint-config",
"lint",
"linter",
"style-guide",
"cross-platform",
"ECMAScript",
"typescript",
"javascript",
"node",
"nodejs",
"browser",
"esm",
"module",
"utility",
"util",
"utils",
"nanolib",
"alwatr"
],
"homepage": "https://github.com/the-nexim/nanolib/",
"bugs": {
"url": "https://github.com/the-nexim/nanolib/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/the-nexim/nanolib",
"directory": "packages/eslint-config"
},
"license": "AGPL-3.0-only",
"author": "S. Amir Mohammad Najafi <[email protected]> (https://www.njfamirm.ir)",
"contributors": [
"Arash Ghardashpoor <[email protected]> (https://www.agpagp.ir)"
],
"type": "commonjs",
"main": "./eslint-config.cjs",
"files": [
"**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}",
"LICENSE"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-require-extensions": "^0.1.3",
"typescript": "^5.7.2"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">7.0.0 <8.0.0",
"@typescript-eslint/parser": ">7.0.0 <8.0.0",
"eslint": ">8.0.0 <9.0.0",
"eslint-import-resolver-typescript": ">3.0.0",
"eslint-plugin-import": ">2.0.0",
"eslint-plugin-require-extensions": ">0.1.0"
},
"publishConfig": {
"access": "public"
}
}