-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.34 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.34 KB
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
{
"name": "@gamechanger/eslint-plugin",
"version": "1.0.4",
"description": "GC Lint Rules for TS Projects",
"homepage": "https://github.com/gamechanger/lint",
"bugs": {
"url": "https://github.com/gamechanger/lint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/gamechanger/lint"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"license": "MIT",
"author": "GameChanger",
"main": "./index.js",
"dependencies": {
"@eslint/compat": "1.4.0",
"@typescript-eslint/eslint-plugin": "8.45.0",
"@typescript-eslint/parser": "8.45.0",
"eslint": "9.36.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-package-json": "0.56.3",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-simple-import-sort": "12.1.1",
"import-modules": "3.2.0",
"jsonc-eslint-parser": "2.4.1",
"prettier": "3.6.2",
"typescript": "5.9.3",
"typescript-eslint": "8.45.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}