{ "name": "@stock-bot/api-client", "version": "1.0.0", "description": "API clients for inter-service communication", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rm -rf dist", "test": "jest" }, "dependencies": { "@stock-bot/types": "*", "axios": "^1.6.0" }, "devDependencies": { "@types/jest": "^29.5.2", "jest": "^29.5.0", "typescript": "^5.4.5" } }