{ "name": "@follow/utils", "type": "module", "private": true, "author": "Follow 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:*", "clsx": "2.1.1", "framer-motion": "12.4.7", "nanoid": "5.1.0", "path-to-regexp": "8.2.0", "tailwind-merge": "3.0.1", "tldts": "6.1.77", "uniqolor": "1.1.1" } }