UNPKG

interceptor-builder

Version:

A modern collection of reusable utility functions for JavaScript and TypeScript, designed to simplify everyday development tasks.

49 lines (48 loc) 1.23 kB
{ "name": "interceptor-builder", "version": "1.3.7", "description": "A modern collection of reusable utility functions for JavaScript and TypeScript, designed to simplify everyday development tasks.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/riteshmyhub/interceptor-builder.git" }, "keywords": [ "axios", "interceptor", "axios-interceptor", "request-interceptor", "response-interceptor", "typescript", "ts", "javascript", "js", "http", "network", "middleware", "utility", "utils", "fetch", "api-client", "http-client" ], "author": "ritesh-goswami", "license": "ISC", "bugs": { "url": "https://github.com/riteshmyhub/interceptor-builder/issues" }, "homepage": "https://github.com/riteshmyhub/interceptor-builder#readme", "devDependencies": { "typescript": "^5.4.3", "axios": "^1.10.0" }, "files": [ "lib/**/*" ], "dependencies": {} }