This commit is contained in:
2025-09-18 11:08:49 -06:00
parent 12305887f8
commit f27ef4f341
5 changed files with 76 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "@glowtrack/storage",
"private": true,
"version": "0.0.0",
"type": "module",
"description": "Storage layer for GlowTrack (models, IndexedDB, export/import)",
"scripts": {
"test": "vitest run",
"test:unit": "vitest run",
"test:ui": "vitest"
},
"dependencies": {
"ajv": "^8.17.1"
},
"devDependencies": {
"typescript": "^5.5.4",
"vitest": "^2.1.1"
}
}