Skip to content

Commit

Permalink
build: Remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed Dec 8, 2024
1 parent b7ce3a9 commit 816bfe3
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/unlight/nestolog#readme",
"scripts": {
"testapp": "ts-node src/test-app",
"test": "npm run eslint && npm run tscheck && npm run test:r",
"test": "npm run eslint && npm run tscheck && npm run test:cov",
"test:r": "vitest run src",
"test:cov": "vitest run src --coverage",
"test:w": "vitest watch src",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@types/wrap-ansi": "3.X",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"c8": "^10.1.2",
"@vitest/coverage-v8": "^2.1.8",
"cache-manager": "^6.3.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
Expand All @@ -89,20 +89,14 @@
"cz-customizable": "^7.3.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-perfectionist": "^4.2.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-class-members": "^1.21.0",
"eslint-plugin-total-functions": "^7.1.0",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-wix-editor": "^3.3.0",
"express": "4.21.2",
"express": "^4.21.2",
"globals": "^15.13.0",
"microbundle": "^0.15.1",
"prettier": "^3.4.2",
Expand Down

0 comments on commit 816bfe3

Please sign in to comment.