/
githubmirror
/
Front-End-Checklist
Обзор
Документация
Войти
/
githubmirror
/
Front-End-Checklist
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/cli/package.json
27 строк
621 B
David Dias
chore: standardize Front-End Checklist branding
30 май 2026, 06:29
30 май 2026, 06:29
786771f
Код
Авторство
О чём код?
{ "name": "@frontendchecklist/cli", "version": "0.1.0", "private": true, "description": "Standalone CLI to audit a URL against Front-End Checklist rules", "type": "module", "bin": { "frontendchecklist": "./src/index.ts" }, "scripts": { "lint": "biome check .", "typecheck": "tsc --noEmit" }, "dependencies": { "@repo/config": "workspace:*", "@repo/mcp": "workspace:*", "@repo/types": "workspace:*" }, "devDependencies": { "@repo/config-typescript": "workspace:^", "@types/node": "catalog:", "typescript": "catalog:" }, "engines": { "node": ">=18" } }