|
@@ -17,7 +17,8 @@
|
|
|
"lint:fix": "biome check --fix src/",
|
|
"lint:fix": "biome check --fix src/",
|
|
|
"format": "biome format --write src/",
|
|
"format": "biome format --write src/",
|
|
|
"prepare": "git config core.hooksPath .githooks",
|
|
"prepare": "git config core.hooksPath .githooks",
|
|
|
- "test": "bun test"
|
|
|
|
|
|
|
+ "test": "bun test",
|
|
|
|
|
+ "check:unused": "knip-bun"
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"@alcalzone/ansi-tokenize": "^0.3.0",
|
|
"@alcalzone/ansi-tokenize": "^0.3.0",
|
|
@@ -132,6 +133,7 @@
|
|
|
"@types/react-reconciler": "^0.33.0",
|
|
"@types/react-reconciler": "^0.33.0",
|
|
|
"@types/sharp": "^0.32.0",
|
|
"@types/sharp": "^0.32.0",
|
|
|
"@types/turndown": "^5.0.6",
|
|
"@types/turndown": "^5.0.6",
|
|
|
|
|
+ "knip": "^6.1.1",
|
|
|
"typescript": "^6.0.2"
|
|
"typescript": "^6.0.2"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|