22 lines
458 B
JSON
22 lines
458 B
JSON
{
|
|
"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",
|
|
"ajv-formats": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.5.4",
|
|
"vitest": "^2.1.1",
|
|
"fake-indexeddb": "^6.0.0"
|
|
}
|
|
}
|