mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
16 lines
223 B
JSON
16 lines
223 B
JSON
{
|
|
"name": "@sa/hooks",
|
|
"version": "1.0.0-beta.2",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": ["./src/*"]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@sa/axios": "workspace:*"
|
|
}
|
|
}
|