-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
148 lines (148 loc) · 4.09 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
140
141
142
143
144
145
146
147
148
{
"name": "@isentinel/eslint-config",
"version": "1.0.0-beta.1",
"description": "iSentinel's ESLint config",
"keywords": [
"eslint-config",
"roblox",
"roblox-ts",
"rbxts"
],
"homepage": "https://github.com/christopher-buss/roblox-ts-eslint-config",
"license": "MIT",
"author": "Christopher Buss <christopher.buss@pm.me> (https://github.com/christopher-buss)",
"contributors": [
"Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)"
],
"type": "module",
"exports": {
".": "./dist/index.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./bin/index.js",
"files": [
"bin",
"dist"
],
"scripts": {
"build": "nr typegen && tsup --clean --dts",
"build:inspector": "pnpm build && npx @eslint/config-inspector build",
"dev": "npx @eslint/config-inspector --config eslint.config.ts",
"lint": "eslint",
"prepack": "nr build",
"prepare": "simple-git-hooks",
"release": "bumpp && pnpm publish --p",
"stub": "tsup",
"typecheck": "tsc --noEmit",
"typegen": "esno scripts/typegen.ts",
"watch": "tsup --watch"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
},
"dependencies": {
"@antfu/install-pkg": "1.0.0",
"@clack/prompts": "0.10.0",
"@cspell/eslint-plugin": "8.17.5",
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"@eslint/compat": "1.2.7",
"@eslint/markdown": "6.2.2",
"@isentinel/dict-rbxts": "1.0.1",
"@isentinel/dict-roblox": "1.0.3",
"@shopify/eslint-plugin": "47.0.1",
"@stylistic/eslint-plugin": "4.1.0",
"@typescript-eslint/eslint-plugin": "8.25.0",
"@typescript-eslint/parser": "8.25.0",
"ansis": "3.17.0",
"eslint-config-flat-gitignore": "2.1.0",
"eslint-config-prettier": "10.0.2",
"eslint-flat-config-utils": "2.0.1",
"eslint-merge-processors": "2.0.0",
"eslint-plugin-antfu": "3.1.0",
"eslint-plugin-arrow-return-style": "1.3.1",
"eslint-plugin-better-max-params": "0.0.1",
"eslint-plugin-comment-length": "2.1.1",
"eslint-plugin-de-morgan": "1.2.0",
"eslint-plugin-format": "1.0.1",
"eslint-plugin-format-lua": "0.1.0",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-jsdoc": "50.6.3",
"eslint-plugin-jsonc": "2.19.1",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-package-json": "0.26.0",
"eslint-plugin-perfectionist": "4.9.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-sonarjs": "3.0.2",
"eslint-plugin-toml": "0.12.0",
"eslint-plugin-unicorn": "57.0.0",
"eslint-plugin-yml": "1.17.0",
"isentinel-eslint-plugin-roblox-ts": "0.0.37",
"jsonc-eslint-parser": "2.4.0",
"local-pkg": "1.1.0",
"parse-gitignore": "2.0.0",
"prettier": "3.5.2",
"prettier-plugin-jsdoc": "1.3.2",
"prompts": "2.4.2",
"toml-eslint-parser": "0.10.0",
"yaml-eslint-parser": "1.3.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@antfu/ni": "23.3.1",
"@eslint-react/eslint-plugin": "1.14.3",
"@eslint/config-inspector": "1.0.1",
"@isentinel/eslint-config": "workspace:*",
"@stylistic/eslint-plugin-migrate": "4.1.0",
"@types/fs-extra": "11.0.4",
"@types/node": "22.13.8",
"@types/prompts": "2.4.9",
"@types/yargs": "17.0.33",
"bumpp": "10.0.3",
"eslint": "9.21.0",
"eslint-plugin-jest": "28.11.0",
"eslint-plugin-react-roblox-hooks": "5.1.0-rbx.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-typegen": "2.0.0",
"esno": "4.8.0",
"execa": "9.5.2",
"fast-glob": "3.3.3",
"fs-extra": "11.3.0",
"jiti": "2.4.2",
"lint-staged": "15.4.3",
"rimraf": "6.0.1",
"simple-git-hooks": "2.11.1",
"tsup": "8.4.0",
"typescript": "5.7.3"
},
"peerDependencies": {
"@eslint-react/eslint-plugin": "^1.14.0",
"eslint": "^9.10.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-react-roblox-hooks": "^5.1.0-rbx.1"
},
"peerDependenciesMeta": {
"@eslint-react/eslint-plugin": {
"optional": true
},
"eslint-plugin-react-roblox-hooks": {
"optional": true
},
"eslint-plugin-jest": {
"optional": true
}
},
"packageManager": "pnpm@10.5.2",
"publishConfig": {
"access": "public"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"simple-git-hooks"
]
}
}