UNPKG

@wmmz/fn-api-client

Version:

Cliente HTTP para requisições API com tratamento de erros e respostas padronizadas

57 lines 1.26 kB
{ "name": "@wmmz/fn-api-client", "version": "1.0.3", "description": "Cliente HTTP para requisições API com tratamento de erros e respostas padronizadas", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "api", "http", "client", "axios", "typescript", "graphql", "cubejs", "rest", "error", "response", "standard", "standardized", "standardized-response", "standardized-error", "standardized-response-error" ], "author": "Mizerski", "license": "MIT", "dependencies": { "@types/node": "^20.11.24", "@wmmz/fn-api-client": "^1.0.0", "axios": "^1.6.7", "typescript": "^5.3.3" }, "devDependencies": { "@types/axios": "^0.14.0", "tsup": "^8.0.2" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/mizerski/fn-api-client.git" }, "homepage": "https://github.com/mizerski/fn-api-client#readme", "bugs": { "url": "https://github.com/mizerski/fn-api-client/issues" } }