-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 856 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 856 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
27
28
29
{
"name": "folderdiffil4dotnet",
"version": "2.0.1",
"description": "`FolderDiffIL4DotNet` provides the `nildiff` .NET global tool for auditable folder diffs, including IL-aware assembly comparison, Markdown/HTML reports, audit logs, and optional SBOM output.",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test:js": "jest --config jest.config.js",
"audit:high": "node scripts/npm-audit-gate.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Widthdom/FolderDiffIL4DotNet.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1"
},
"overrides": {
"brace-expansion@<1.1.18": "1.1.18",
"brace-expansion@>=2.0.0 <2.1.4": "2.1.4",
"js-yaml@>=3.0.0 <3.15.1": "3.15.1"
}
}