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

17 lines
249 B
JSON
Raw Normal View History

2024-03-08 17:59:45 +08:00
{
"name": "@sa/hooks",
2025-03-03 11:54:57 +08:00
"version": "1.3.11",
2024-03-08 17:59:45 +08:00
"exports": {
".": "./src/index.ts"
},
"typesVersions": {
"*": {
"*": ["./src/*"]
}
},
"dependencies": {
2024-07-23 11:42:03 +08:00
"@sa/axios": "workspace:*",
"@sa/utils": "workspace:*"
2024-03-08 17:59:45 +08:00
}
}