-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 704 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 704 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-javascript-library/tools/code-style",
"license": "Apache-2.0",
"engines": {
"node": ">=20.18"
},
"dependencies": {
"@eslint/js": "10.0.1",
"eslint": "10.5.0",
"eslint-config-love": "154.0.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "63.0.2",
"eslint-plugin-license-header": "0.9.0",
"eslint-plugin-n": "18.1.0",
"eslint-plugin-promise": "7.3.0",
"eslint-plugin-simple-import-sort": "13.0.0",
"eslint-plugin-tsdoc": "0.5.2",
"globals": "^17.6.0",
"neostandard": "0.13.0",
"typescript-eslint": "8.61.0"
},
"scripts": {
"cs-fix": "npm exec -- eslint --fix ."
}
}