Shared configs for TypeScript projects: ESLint, Prettier, TypeScript, Vite, Jest, Playwright, Knip. Published as @vigdorov/* npm packages to Gitea registry. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
414 B
JSON
20 lines
414 B
JSON
{
|
|
"name": "@vigdorov/knip-config",
|
|
"version": "1.0.0",
|
|
"description": "Shared Knip configuration",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": ["dist"],
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"peerDependencies": {
|
|
"knip": ">=5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"knip": "^5.51.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|