Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsup",
"build": "tsdown",
"typecheck": "tsc",
"lint": "eslint",
"knip": "knip",
"publint": "publint",
"test:watch": "vitest --ui",
"test": "vitest run",
"attw": "attw --pack .",
"qa": "pnpm typecheck && pnpm test && pnpm knip && pnpm publint && attw",
"qa": "pnpm typecheck && pnpm test && pnpm knip && attw",
"nuke": "rm -rf node_modules pnpm-lock.yaml",
"update:eslint-docs": "eslint-doc-generator",
"lint:eslint-docs": "pnpm update:eslint-docs -- --check",
"semantic-release": "pnpm build && semantic-release"
},
"files": [
"README.md",
"LICENSE",
"dist",
"docs"
],
Expand Down Expand Up @@ -52,21 +52,22 @@
"@sherifforg/cli": "^8.2.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.14.0",
"@typescript-eslint/utils": "^8.29.0",
"@vitest/coverage-v8": "^3.1.1",
"@vitest/ui": "^3.1.1",
"eslint": "9.24.0",
"eslint-config-sheriff": "^27.0.0",
"eslint-doc-generator": "^2.1.2",
"eslint-plugin-eslint-plugin": "^6.4.0",
"eslint-vitest-rule-tester": "^2.2.0",
"lodash-es": "^4.17.21",
"knip": "^5.49.0",
"lodash-es": "^4.17.21",
"prettier": "^3.3.2",
"publint": "^0.3.10",
"semantic-release": "^24.0.0",
"tsdown": "^0.9.1",
"tsup": "^8.4.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot that 🤦‍♂️ lol

"typescript": "^5.5.2",
"@typescript-eslint/utils": "^8.29.0",
"vitest": "^3.1.1"
},
"engines": {
Expand Down
Loading