SoybeanAdmin/packages/hooks/package.json
2025-04-27 15:09:45 +08:00

17 lines
249 B
JSON

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