-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.64 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
{
"name": "@hazmi35/eslint-config",
"version": "15.2.2",
"description": "An ESLint shareable config that I used in my projects",
"keywords": [
"typescript",
"eslintconfig",
"lint",
"linter",
"eslint",
"typecript-eslint",
"eslint-config",
"tslint"
],
"repository": "https://github.com/Hazmi35/eslint-config",
"license": "MIT",
"author": "Hazmi35 <[email protected]>",
"type": "module",
"exports": {
".": "./index.js"
},
"files": [
"conf/*.js",
"index.js"
],
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "pnpm publish --access public --no-git-checks"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.9.0",
"@tsconfig/node-lts": "^20.1.3",
"@types/node": "*",
"eslint": ">=9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-unicorn": "^56.0.0",
"globals": "^15.11.0",
"typescript": ">=5.6.3",
"typescript-eslint": ">=8.12.1"
},
"peerDependencies": {
"@stylistic/eslint-plugin": "^2.9.0",
"eslint": ">=9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-unicorn": "^56.0.0",
"globals": "^15.11.0",
"typescript": ">=5.6.3",
"typescript-eslint": ">=8.12.1"
},
"packageManager": "[email protected]"
}