-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 701 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 701 Bytes
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
{
"private": true,
"name": "@cyclonedx/cyclonedx-webpack-plugin/tools/code-style",
"license": "Apache-2.0",
"engines": {
"node": ">=20.18"
},
"dependencies": {
"@eslint/js": "10.0.1",
"eslint": "10.2.1",
"eslint-config-love": "153.0.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "62.9.0",
"eslint-plugin-license-header": "0.9.0",
"eslint-plugin-n": "17.24.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-simple-import-sort": "13.0.0",
"eslint-plugin-tsdoc": "0.5.2",
"globals": "^17.5.0",
"neostandard": "0.13.0",
"typescript-eslint": "8.58.2"
},
"scripts": {
"cs-fix": "npm exec -- eslint --fix ."
}
}