Folo/packages/utils/package.json

36 lines
733 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"
},
"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:*",
"clsx": "2.1.1",
"framer-motion": "11.11.9",
"lodash-es": "4.17.21",
"tailwind-merge": "2.5.4",
"tldts": "6.1.51"
}
}