{ "name": "@clock/shared", "version": "0.2.0", "private": true, "type": "module", "main": "./src/index.ts", "exports": { ".": "./src/index.ts", "./types": "./src/types/index.ts", "./constants": "./src/constants/index.ts" }, "scripts": { "type-check": "tsc --noEmit", "lint": "eslint src" }, "devDependencies": { "typescript": "^5.7.2" } }