Skip to content

Commit 9aa1da8

Browse files
committed
Add clean script and update dep-stats
1 parent c7599bc commit 9aa1da8

File tree

3 files changed

+144
-1
lines changed

3 files changed

+144
-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

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
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:dist": "del-cli 'dist' 'test/dist'",
47+
"clean:node_modules": "del-cli '**/node_modules'",
4548
"knip:dependencies": "knip --dependencies",
4649
"knip:exports": "knip --include exports,duplicates",
4750
"lint": "oxlint -c=./.oxlintrc.json --ignore-path=./.prettierignore --tsconfig=./tsconfig.json .",
@@ -124,6 +127,7 @@
124127
"@typescript-eslint/parser": "^8.21.0",
125128
"c8": "^10.1.3",
126129
"custompatch": "^1.1.4",
130+
"del-cli": "^6.0.0",
127131
"eslint": "^9.18.0",
128132
"eslint-import-resolver-oxc": "^0.10.1",
129133
"eslint-plugin-depend": "^0.12.0",

0 commit comments

Comments
 (0)