-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
144 lines (144 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
{
"name": "@isentinel/eslint-config",
"version": "0.9.0",
"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 <[email protected]> (https://github.com/christopher-buss)",
"contributors": [
"Anthony Fu <[email protected]> (https://github.com/antfu/)"
],
"type": "module",
"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",
"build:inspector": "pnpm build && npx @eslint/config-inspector build",
"dev": "npx @eslint/config-inspector --config eslint.config.ts",
"lint": "eslint . --flag unstable_ts_config",
"prepack": "nr build",
"prepare": "simple-git-hooks",
"release": "bumpp && pnpm publish --p",
"stub": "tsup --format esm",
"typecheck": "tsc --noEmit",
"typegen": "esno scripts/typegen.ts",
"watch": "tsup --format esm,cjs --watch"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix --flag unstable_ts_config"
},
"dependencies": {
"@antfu/install-pkg": "0.4.1",
"@clack/prompts": "0.7.0",
"@cspell/eslint-plugin": "8.14.4",
"@eslint/compat": "1.1.1",
"@isentinel/dict-rbxts": "1.0.1",
"@isentinel/dict-roblox": "1.0.3",
"@shopify/eslint-plugin": "46.0.0",
"@stylistic/eslint-plugin": "2.8.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"eslint-config-flat-gitignore": "0.3.0",
"eslint-config-prettier": "9.1.0",
"eslint-flat-config-utils": "0.4.0",
"eslint-merge-processors": "0.1.0",
"eslint-plugin-antfu": "2.7.0",
"eslint-plugin-arrow-return-style": "1.3.1",
"eslint-plugin-comment-length": "2.1.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-format": "0.1.2",
"eslint-plugin-format-lua": "0.1.0",
"eslint-plugin-import-x": "4.2.1",
"eslint-plugin-jsdoc": "50.2.4",
"eslint-plugin-jsonc": "2.16.0",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-no-autofix": "2.1.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-package-json": "0.15.3",
"eslint-plugin-perfectionist": "3.6.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-sonarjs": "2.0.2",
"eslint-plugin-toml": "0.11.1",
"eslint-plugin-unicorn": "55.0.0",
"eslint-plugin-yml": "1.14.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.1.0",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
"prompts": "2.4.2",
"toml-eslint-parser": "0.10.0",
"yaml-eslint-parser": "1.2.3",
"yargs": "17.7.2"
},
"devDependencies": {
"@antfu/ni": "0.23.0",
"@eslint-react/eslint-plugin": "1.14.3",
"@eslint/config-inspector": "0.5.4",
"@isentinel/eslint-config": "workspace:*",
"@stylistic/eslint-plugin-migrate": "2.8.0",
"@types/fs-extra": "11.0.4",
"@types/node": "22.7.4",
"@types/prompts": "2.4.9",
"@types/yargs": "17.0.33",
"bumpp": "9.7.1",
"eslint": "9.13.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-react-roblox-hooks": "5.1.0-rbx.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-typegen": "0.3.2",
"esno": "4.8.0",
"execa": "9.4.0",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0",
"jiti": "2.1.2",
"lint-staged": "15.2.10",
"rimraf": "6.0.1",
"simple-git-hooks": "2.11.1",
"tsup": "8.3.0",
"typescript": "5.5.4"
},
"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": "[email protected]",
"publishConfig": {
"access": "public"
}
}