Skip to content

Commit 88098db

Browse files
committed
Add clean script and update dep-stats
1 parent c7599bc commit 88098db

File tree

3 files changed

+143
-1
lines changed

3 files changed

+143
-1
lines changed

.dep-stats.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@socketregistry/is-interactive": "^1.0.1",
99
"@socketregistry/is-unicode-supported": "^1.0.0",
1010
"@socketsecurity/config": "^2.1.3",
11-
"@socketsecurity/registry": "^1.0.75",
11+
"@socketsecurity/registry": "^1.0.76",
1212
"@socketsecurity/sdk": "^1.4.5",
1313
"blessed": "^0.1.81",
1414
"blessed-contrib": "^4.11.0",

package-lock.json

+139
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
"check:lint": "eslint --report-unused-disable-directives .",
4343
"check:tsc": "tsc",
4444
"check:type-coverage": "type-coverage --detail --strict --at-least 95 --ignore-files 'test/*'",
45+
"clean": "run-p --aggregate-output clean:*",
46+
"clean:node_modules": "del-cli 'node_modules'",
4547
"knip:dependencies": "knip --dependencies",
4648
"knip:exports": "knip --include exports,duplicates",
4749
"lint": "oxlint -c=./.oxlintrc.json --ignore-path=./.prettierignore --tsconfig=./tsconfig.json .",
@@ -124,6 +126,7 @@
124126
"@typescript-eslint/parser": "^8.21.0",
125127
"c8": "^10.1.3",
126128
"custompatch": "^1.1.4",
129+
"del-cli": "^6.0.0",
127130
"eslint": "^9.18.0",
128131
"eslint-import-resolver-oxc": "^0.10.1",
129132
"eslint-plugin-depend": "^0.12.0",

0 commit comments

Comments
 (0)