{ "name": "@alga-psa/formatting", "version": "0.1.0", "private": true, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./src/index.ts", "types": "./src/index.ts" }, "./blocknoteUtils": { "import": "./src/blocknoteUtils.ts", "types": "./src/blocknoteUtils.ts" }, "./avatarUtils": { "import": "./src/avatarUtils.ts", "types": "./src/avatarUtils.ts" }, "./imageUrl": { "import": "./src/imageUrl.ts", "types": "./src/imageUrl.ts" }, "./timeFormatting": { "import": "./src/timeFormatting.ts", "types": "./src/timeFormatting.ts" } }, "scripts": { "build": "tsup", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit" }, "dependencies": { "@alga-psa/db": "*" }, "devDependencies": { "tsup": "^8.0.0", "typescript": "^5.3.0" } }