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