UNPKG

hyperwiz

Version:

Next-generation TypeScript HTTP client with built-in retry, smart caching, and seamless authentication. Effortlessly handle API requests with advanced features for modern web development.

58 lines (57 loc) 1.38 kB
{ "name": "hyperwiz", "version": "1.1.7", "description": "Next-generation TypeScript HTTP client with built-in retry, smart caching, and seamless authentication. Effortlessly handle API requests with advanced features for modern web development.", "author": "Parth Tyagi", "license": "Apache-2.0", "type": "module", "types": "dist/index.d.ts", "main": "dist/index.cjs", "module": "dist/index.js", "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "browser": "dist/index.js", "unpkg": "dist/index.js", "jsdelivr": "dist/index.js", "files": [ "dist", "README.md" ], "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts --clean --out-dir dist" }, "keywords": [ "browser", "client-side", "frontend", "http-client", "fetch-wrapper", "retry", "api-client", "typescript", "request-caching", "developer-tools", "logging", "auto-retry", "es6", "modern-browsers" ], "homepage": "https://hyperwiz.vercel.app/", "repository": { "type": "git", "url": "https://github.com/wizforge/hyperwiz" }, "bugs": { "url": "https://github.com/wizforge/hyperwiz/issues" }, "devDependencies": { "tsup": "^8.5.0", "typescript": "^5.8.3" } }