api-wizard
Version:
A powerful TypeScript wrapper for native Fetch API with token management, interceptors, and type-safe HTTP requests
34 lines • 851 B
JSON
{
"name": "api-wizard",
"version": "1.0.8",
"description": "A powerful TypeScript wrapper for native Fetch API with token management, interceptors, and type-safe HTTP requests",
"main": "index.js",
"module": "./dist/index.js",
"type": "module",
"types": "./index.d.ts",
"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",
"dependencies": {},
"devDependencies": {}
}