-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
139 lines (139 loc) · 3.93 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "@isentinel/eslint-config",
"type": "module",
"version": "0.6.2",
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@9.4.0",
"description": "iSentinel's ESLint config",
"author": "Christopher Buss <christopher.buss@pm.me> (https://github.com/christopher-buss)",
"contributors": [
"Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)"
],
"license": "MIT",
"homepage": "https://github.com/christopher-buss/roblox-ts-eslint-config",
"keywords": [
"eslint-config",
"roblox"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./bin/index.js",
"files": [
"bin",
"dist"
],
"scripts": {
"build": "nr typegen && tsup --format esm,cjs --clean --dts",
"stub": "tsup --format esm",
"dev": "npx @eslint/config-inspector --config eslint.config.ts",
"build:inspector": "pnpm build && npx @eslint/config-inspector build",
"watch": "tsup --format esm,cjs --watch",
"lint": "eslint .",
"typegen": "esno scripts/typegen.ts",
"prepack": "nr build",
"release": "bumpp && pnpm publish --p",
"typecheck": "tsc --noEmit",
"prepare": "simple-git-hooks"
},
"peerDependencies": {
"@eslint-react/eslint-plugin": "^1.5.8",
"eslint": ">=8.40.0",
"eslint-plugin-react-hooks": "^4.6.0"
},
"peerDependenciesMeta": {
"@eslint-react/eslint-plugin": {
"optional": true
},
"eslint-plugin-react-hooks": {
"optional": true
}
},
"dependencies": {
"@antfu/install-pkg": "0.3.3",
"@clack/prompts": "0.7.0",
"@cspell/eslint-plugin": "8.8.4",
"@eslint-types/jsdoc": "48.2.2",
"@eslint-types/unicorn": "52.0.0",
"@eslint/compat": "1.1.0",
"@isentinel/dict-rbxts": "1.0.1",
"@isentinel/dict-roblox": "1.0.3",
"@isentinel/eslint-plugin-comment-length": "1.7.3",
"@shopify/eslint-plugin": "45.0.0",
"@stylistic/eslint-plugin": "2.1.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"eslint-config-flat-gitignore": "0.1.5",
"eslint-config-prettier": "9.1.0",
"eslint-flat-config-utils": "0.2.5",
"eslint-merge-processors": "0.1.0",
"eslint-plugin-antfu": "2.3.3",
"eslint-plugin-arrow-return-style": "1.3.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-format": "0.1.1",
"eslint-plugin-import-x": "0.5.1",
"eslint-plugin-jsdoc": "48.2.12",
"eslint-plugin-jsonc": "2.16.0",
"eslint-plugin-markdown": "5.0.0",
"eslint-plugin-no-autofix": "2.0.0",
"eslint-plugin-perfectionist": "2.11.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-sonarjs": "1.0.3",
"eslint-plugin-toml": "0.11.0",
"eslint-plugin-unicorn": "53.0.0",
"eslint-plugin-yml": "1.14.0",
"globals": "15.4.0",
"isentinel-eslint-plugin-roblox-ts": "0.0.37",
"jsonc-eslint-parser": "2.4.0",
"local-pkg": "0.5.0",
"parse-gitignore": "2.0.0",
"picocolors": "1.0.1",
"prettier": "3.3.2",
"prettier-plugin-jsdoc": "1.3.0",
"prompts": "2.4.2",
"toml-eslint-parser": "0.9.3",
"yaml-eslint-parser": "1.2.3",
"yargs": "17.7.2"
},
"devDependencies": {
"@antfu/ni": "0.21.12",
"@eslint-react/eslint-plugin": "1.5.15",
"@eslint/config-inspector": "0.4.11",
"@isentinel/eslint-config": "workspace:*",
"@stylistic/eslint-plugin-migrate": "2.1.0",
"@types/eslint": "8.56.10",
"@types/fs-extra": "11.0.4",
"@types/node": "20.14.2",
"@types/prompts": "2.4.9",
"@types/yargs": "17.0.32",
"bumpp": "9.4.1",
"bundle-require": "5.0.0",
"eslint": "9.4.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-typegen": "0.2.4",
"esno": "4.7.0",
"execa": "9.2.0",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0",
"lint-staged": "15.2.7",
"rimraf": "5.0.7",
"simple-git-hooks": "2.11.1",
"tsup": "8.1.0",
"typescript": "5.4.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}