UNPKG

api-wizard

Version:

A powerful TypeScript wrapper for native Fetch API with token management, interceptors, and type-safe HTTP requests

43 lines 1 kB
{ "name": "api-wizard", "version": "1.0.25", "description": "A powerful TypeScript wrapper for native Fetch API with token management, interceptors, and type-safe HTTP requests", "main": "/index.js", "module": "/index.js", "type": "module", "types": "/index.d.ts", "exports": { ".": { "types": "./index.d.ts", "import": "./index.js", "require": "./index.js" } }, "scripts": {}, "keywords": [ "fetch", "typescript", "http", "client", "api", "axios", "interceptor", "token", "authentication", "rest" ], "repository": { "type": "git", "url": "git+https://github.com/park-minhyeong/api-wizard.git" }, "bugs": { "url": "https://github.com/park-minhyeong/api-wizard/issues" }, "homepage": "https://github.com/park-minhyeong/api-wizard#readme", "author": "Min-Hyeong Park <minhyeong.dev@gmail.com>", "license": "MIT", "devDependencies": {}, "dependencies": { "@types/qs": "^6.14.0" } }