/
githubmirror
/
Front-End-Checklist
Обзор
Документация
Войти
/
githubmirror
/
Front-End-Checklist
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/schemas/package.json
26 строк
689 B
David Dias
chore: new v2 version
30 май 2026, 00:54
30 май 2026, 00:54
7c05904
Код
Авторство
О чём код?
{ "name": "@repo/schemas", "version": "0.0.1", "private": true, "description": "Validation schemas for Front-End Checklist", "main": "./src/index.ts", "types": "./src/index.ts", "scripts": { "lint": "biome check .", "test": "jest --passWithNoTests", "test:ci": "jest --ci --passWithNoTests", "test:coverage": "jest --coverage --ci --passWithNoTests", "typecheck": "tsc --noEmit" }, "dependencies": { "@repo/types": "workspace:*", "zod": "catalog:" }, "devDependencies": { "@repo/config-typescript": "workspace:^", "@types/jest": "catalog:", "@types/node": "catalog:", "jest": "catalog:", "typescript": "catalog:" } }