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

17 lines
248 B
JSON
Raw Normal View History

2024-03-08 17:59:45 +08:00
{
"name": "@sa/hooks",
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-07-23 11:42:03 +08:00
"@sa/axios": "workspace:*",
"@sa/utils": "workspace:*"
2024-03-08 17:59:45 +08:00
}
}