Files
dolphin-frontend/packages/hooks/package.json
Soybean 77e9ed7450 chore(projects): release v2.0.1
(cherry picked from commit e675474b4395dc5157a366217557584f6ef59061)
2025-12-04 21:27:59 +08:00

17 lines
248 B
JSON

{
"name": "@sa/hooks",
"version": "2.0.1",
"exports": {
".": "./src/index.ts"
},
"typesVersions": {
"*": {
"*": ["./src/*"]
}
},
"dependencies": {
"@sa/axios": "workspace:*",
"@sa/utils": "workspace:*"
}
}