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

16 lines
216 B
JSON
Raw Normal View History

2024-03-08 17:59:45 +08:00
{
"name": "@sa/hooks",
2024-06-26 17:30:11 +08:00
"version": "1.2.6",
2024-03-08 17:59:45 +08:00
"exports": {
".": "./src/index.ts"
},
"typesVersions": {
"*": {
"*": ["./src/*"]
}
},
"dependencies": {
"@sa/axios": "workspace:*"
}
}