Skip to content

Commit

Permalink
chore: knip
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Oct 20, 2024
1 parent b5f4697 commit 32b6843
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 11 deletions.
38 changes: 31 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@types/bun": "latest",
"@types/node": "^22.7.4",
"buf": "^0.1.1",
"knip": "^5.33.3",
"publint": "^0.2.11",
"sherif": "^1.0.1",
"simple-git-hooks": "^2.11.1",
Expand All @@ -48,24 +49,47 @@
"pre-commit": "pnpm lint"
},
"knip": {
"ignore": [".github/**"],
"ignoreDependencies": ["bun", "@size-limit/preset-big-lib"],
"ignoreWorkspaces": ["examples/**", "test"],
"ignore": [
".github/**"
],
"ignoreDependencies": [
"bun",
"@size-limit/preset-big-lib"
],
"ignoreWorkspaces": [
"examples/**",
"test"
],
"workspaces": {
".": {
"project": "scripts/*.ts"
},
"src": {
"entry": ["index.ts!", "{}/index.ts!"]
"entry": [
"index.ts!",
"{}/index.ts!"
]
},
"accounts": {
"entry": ["index.ts!", "{accounts}/index.ts!", "{}/index.ts!"]
"entry": [
"index.ts!",
"{accounts}/index.ts!",
"{}/index.ts!"
]
},
"actions": {
"entry": ["index.ts!", "{accounts}/index.ts!", "{}/index.ts!"]
"entry": [
"index.ts!",
"{accounts}/index.ts!",
"{}/index.ts!"
]
},
"clients": {
"entry": ["index.ts!", "{clients}/index.ts!", "{}/index.ts!"]
"entry": [
"index.ts!",
"{clients}/index.ts!",
"{}/index.ts!"
]
}
}
},
Expand Down
Loading

0 comments on commit 32b6843

Please sign in to comment.