mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
19 lines
247 B
JSON
19 lines
247 B
JSON
{
|
|
"name": "@sa/request",
|
|
"version": "1.0.0",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"./src/*"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"axios": "1.6.2",
|
|
"ofetch": "1.3.3"
|
|
}
|
|
}
|