{ "name": "@follow/utils", "type": "module", "private": true, "author": "Folo Team", "license": "MIT", "homepage": "https://github.com/RSSNext", "repository": { "url": "https://github.com/RSSNext/follow", "type": "git" }, "sideEffects": false, "exports": { ".": { "require": "./src/index.ts", "import": "./src/index.ts", "types": "./src/index.ts" }, "./*": { "require": "./src/*.ts", "import": "./src/*.ts", "types": "./src/*.ts" } }, "main": "./exports.ts", "scripts": { "test": "vitest", "typecheck": "tsc --noEmit" }, "dependencies": { "@follow/shared": "workspace:*", "@follow/types": "workspace:*", "@mozilla/readability": "0.6.0", "chardet": "2.1.0", "clsx": "2.1.1", "dompurify": "3.2.4", "framer-motion": "12.6.2", "linkedom": "0.18.9", "nanoid": "5.1.5", "path-to-regexp": "8.2.0", "tailwind-merge": "3.0.2", "tldts": "6.1.85", "uniqolor": "1.1.1" } }