-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.71 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.71 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
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
{
"name": "@nihalgonsalves/esconfig",
"version": "0.17.2",
"description": "Shared ECMAScript Config (TypeScript, oxlint, oxfmt, eslint)",
"license": "MIT",
"author": "Nihal Gonsalves <nihal@nihalgonsalves.com>",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nihalgonsalves/esconfig.git"
},
"files": [
".oxlintrc.json",
".oxlintrc.react.json",
".oxfmt.json",
"tsconfig.shared.json"
],
"type": "module",
"main": "index.js",
"publishConfig": {
"provenance": true
},
"scripts": {
"typecheck": "tsc --noEmit",
"lint": "oxlint && knip",
"format": "oxfmt",
"format:check": "oxfmt --check"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@types/node": "^24.12.2",
"knip": "^6.4.1",
"lefthook": "^2.1.6",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"oxlint-tsgolint": "^0.21.0",
"typescript": "^6.0.2"
},
"peerDependencies": {
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-storybook": "^10.2.16",
"eslint-plugin-testing-library": "^7.16.0",
"oxlint": "^1.60.0",
"oxlint-tsgolint": "^0.21.0",
"typescript": "^6.0.2"
},
"peerDependenciesMeta": {
"eslint-plugin-jest-dom": {
"optional": true
},
"eslint-plugin-react-hooks": {
"optional": true
},
"eslint-plugin-storybook": {
"optional": true
},
"eslint-plugin-testing-library": {
"optional": true
}
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}