-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
119 lines (119 loc) · 3.61 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
{
"name": "eslint-config-jaid",
"version": "13.3.2",
"type": "module",
"description": "Personal ESLint preset. Intentionally ugly to write code that looks like I feel.",
"keywords": [
"ecmascript",
"eslint",
"eslint-config",
"eslint-configs",
"eslint-preset",
"eslint-shareable-configs",
"eslintconfig",
"format",
"formatter",
"formatting",
"jaid",
"javascript",
"jsx",
"lint",
"linter",
"react",
"style",
"style-guide"
],
"author": "Jaid <[email protected]> (https://github.com/Jaid)",
"funding": "https://github.com/sponsors/jaid",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaid/eslint-config-jaid"
},
"scripts": {
"build": "node node_modules/rollup/dist/bin/rollup --config",
"build:production": "NODE_ENV=production npm run build",
"buildPage": "fse emptyDir dist/page && tsx src/scripts/activeHtml.ts && tsx src/scripts/unusedHtml.ts && tsx src/scripts/deprecatedHtml.ts && fse copy etc/page dist/page",
"inspectConfig": "wireit",
"printConfig": "eslint --print-config src/index.ts",
"release": "npm run build:production && fd --unrestricted --full-path 'dist/package/.+/production/package.json' --exec bash -c 'npm publish {//}'",
"release:windows": "wireit",
"test": "wireit",
"tsc": "tsc"
},
"wireit": {
"inspectConfig": {
"command": "tsx node_modules/@eslint/config-inspector/bin.mjs --config src/index.ts"
},
"release:windows": {
"command": "powershell -Command \"Get-ChildItem -Path 'dist/package/*/production/package.json' | ForEach-Object { npm publish $_.DirectoryName }\""
},
"test": {
"env": {
"NODE_ENV": "test",
"MAIN_MODULE": "src/index.ts"
},
"files": [
"src/**/*",
"lib/**/*",
"test/**/*",
"package.json"
],
"command": "tsx test/test.ts"
}
},
"dependencies": {
"@stylistic/eslint-plugin": "^2.9.0",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"browserslist-config-jaid-node": "3.0.0",
"eslint": "^9.12.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-quotes": "^0.0.1",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-perfectionist": "^3.8.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-yml": "^1.14.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
"forward-slash-path": "^0.3.0",
"jsonc-eslint-parser": "^2.4.0",
"yaml-eslint-parser": "^1.2.3"
},
"devDependencies": {
"@atao60/fse-cli": "^0.1.9",
"@eslint/config-inspector": "^0.5.4",
"@types/node": "^22.7.5",
"chalk": "^5.3.0",
"debug": "^4.3.7",
"dts-bundle-generator": "^9.5.1",
"emp": "^2.0.0",
"eslint-config-jaid": "^13.3.0",
"filter-obj": "^6.1.0",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"handlebars": "^4.7.8",
"immer": "^10.1.1",
"js-yaml": "^4.1.0",
"list-dir-content-size": "^0.0.5",
"lodash-es": "^4.17.21",
"more-types": "^0.6.0",
"pretty-bytes": "^6.1.1",
"publishimo": "^5.0.6",
"read-file-yaml": "^2.0.0",
"rollup": "^4.24.0",
"rollup-config-factory": "^0.4.1",
"showdown": "^2.1.0",
"sort-keys": "^5.1.0",
"tsconfig-jaid-node": "^8.1.0",
"tsx": "^4.19.1",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"wireit": "^0.14.9",
"zeug": "^2.0.0"
},
"packageManager": "[email protected]"
}