mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-03-15 16:24:25 +08:00
19 lines
264 B
JSON
19 lines
264 B
JSON
{
|
|
"name": "@sa/hooks",
|
|
"version": "2.0.2",
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"./src/*"
|
|
]
|
|
}
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@sa/axios": "workspace:*",
|
|
"@sa/utils": "workspace:*"
|
|
}
|
|
}
|