Folo/packages/utils/package.json

42 lines
903 B
JSON

{
"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": "11.13.1",
"nanoid": "5.0.9",
"path-to-regexp": "8.2.0",
"tailwind-merge": "3.0.1",
"tldts": "6.1.76",
"uniqolor": "1.1.1"
}
}