Files
dev-configs/package.json
vigdorov cf64bf6d7d feat: initial dev-configs monorepo
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>
2026-03-16 23:40:22 +03:00

14 lines
322 B
JSON

{
"name": "dev-configs",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build -ws --if-present",
"test": "npm run test -ws --if-present",
"lint": "npm run lint -ws --if-present",
"check": "npm run check -ws --if-present"
}
}