{ "name": "@repo/core-storage", "version": "0.0.0", "type": "module", "exports": { ".": "./src/index.ts" }, "license": "MIT", "scripts": { "lint": "eslint \"**/*.ts\"", "test": "vitest run", "test:watch": "vitest --watch", "typecheck": "tsc --noEmit" }, "dependencies": { "@repo/utils": "workspace:*" }, "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "eslint": "^8.57.1", "typescript": "5.5.4", "vitest": "^4.0.17" } }