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-04-10 11:25:25 +08:00
"version": "1.0.2",
2024-03-08 17:59:45 +08:00
"exports": {
".": "./src/index.ts"
},
"typesVersions": {
"*": {
"*": ["./src/*"]
}
},
"dependencies": {
2024-03-28 16:31:21 +08:00
"ofetch": "1.3.4"
2024-03-08 17:59:45 +08:00
}
}