gtsoft-snail-job-admin/packages/ofetch/package.json

16 lines
207 B
JSON
Raw Normal View History

2024-03-08 17:59:45 +08:00
{
"name": "@sa/fetch",
2024-09-20 10:57:52 +08:00
"version": "1.3.6",
2024-03-08 17:59:45 +08:00
"exports": {
".": "./src/index.ts"
},
"typesVersions": {
"*": {
"*": ["./src/*"]
}
},
"dependencies": {
2024-09-21 14:14:10 +08:00
"ofetch": "1.4.0"
2024-03-08 17:59:45 +08:00
}
}