{ "name": "@lilith/ui-utils", "version": "2.0.0", "deprecated": "Use @lilith/format for formatting and @lilith/chart-math for chart utilities", "description": "DEPRECATED — backward-compatibility shim re-exporting @lilith/format and @lilith/chart-math", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": ["dist"], "scripts": { "build": "tsc --project tsconfig.json", "typecheck": "tsc --noEmit", "lint": "eslint src --fix", "lint:check": "eslint src" }, "dependencies": { "@lilith/format": "^1.0.0", "@lilith/chart-math": "^1.0.0" }, "devDependencies": { "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" }, "publishConfig": { "registry": "http://forge.black.local/api/packages/lilith/npm/" }, "_": { "registry": "forgejo", "publish": true, "build": true } }