{ "name": "@aiflowy/request", "version": "1.0.0", "homepage": "https://github.com/aiflowy/aiflowy", "bugs": "https://github.com/aiflowy/aiflowy/issues", "repository": { "type": "git", "url": "git+https://github.com/aiflowy/aiflowy.git", "directory": "packages/effects/request" }, "license": "MIT", "type": "module", "sideEffects": [ "**/*.css" ], "exports": { ".": { "types": "./src/index.ts", "default": "./src/index.ts" } }, "dependencies": { "@aiflowy/locales": "workspace:*", "@aiflowy/utils": "workspace:*", "axios": "catalog:", "qs": "catalog:" }, "devDependencies": { "@types/qs": "catalog:", "axios-mock-adapter": "catalog:" } }