Folo/packages/utils/package.json

39 lines
828 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"
}
},
"scripts": {
"test": "vitest"
},
"dependencies": {
"@follow/shared": "workspace:*",
"@follow/types": "workspace:*",
"clsx": "catalog:",
"framer-motion": "catalog:",
"nanoid": "catalog:",
"tailwind-merge": "catalog:",
"tldts": "catalog:",
"uniqolor": "catalog:"
}
}