UNPKG

fetch-buddy

Version:

A TypeScript API client that creates fetch requests from a staticly typed structured object

74 lines (73 loc) 1.69 kB
{ "name": "fetch-buddy", "version": "0.3.2", "description": "A TypeScript API client that creates fetch requests from a staticly typed structured object", "type": "module", "exports": { ".": "./dist/index.js" }, "publishConfig": { "access": "public" }, "sideEffects": false, "scripts": { "build": "yarn tsc --project tsconfig.build.json", "dev": "yarn build --watch" }, "files": [ "dist" ], "author": "Drew DeCarme (drew@greenflash.digital)", "license": "MIT", "bugs": { "url": "https://github.com/green-flash-digital/fetch-buddy/issues" }, "homepage": "https://github.com/green-flash-digital/fetch-buddy#readme", "packageManager": "yarn@4.7.0", "repository": { "type": "git", "url": "git+ssh://git@github.com/green-flash-digital/fetch-buddy.git", "directory": "packages/fetch-buddy" }, "keywords": [ "api-client", "fetch", "typescript", "http-client", "request", "rest-api", "typed-requests", "type-safe", "structured-requests", "fetch-wrapper", "http-wrapper", "async-fetch", "api-wrapper", "client-library", "http", "network-requests", "typescript-library", "fetch-buddy", "fetch-api", "promise-based", "request-interceptor", "middleware", "error-handling", "typed-api-calls", "request-builder", "fetch-helper", "typed-fetch", "json-api", "data-fetching", "dynamic-requests", "frontend", "backend", "node-fetch" ], "devDependencies": { "@types/node": "^22.13.10", "eslint-config-greenflash": "^0.2.1", "ts-jolt": "^0.2.2", "typescript": "^5.8.2" } }