@hoangsonw/fast-fetch
Version:
A smarter fetch() wrapper with auto-retry, deduplication, and minimal boilerplate.
48 lines (47 loc) • 1.26 kB
JSON
{
"name": "@hoangsonw/fast-fetch",
"displayName": "Fast Fetch Smart API Fetcher",
"version": "1.1.2",
"description": "A smarter fetch() wrapper with auto-retry, deduplication, and minimal boilerplate.",
"main": "dist/index.js",
"types": "index.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
"test": "jest --coverage",
"prepublishOnly": "npm run build",
"demo": "node __tests__/demo.js",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,scss,md,html}\""
},
"keywords": [
"fetch",
"fastfetch",
"retry",
"deduplication",
"http",
"api",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/hoangsonww/FastFetch-API-Fetch-Enhancer.git"
},
"bugs": {
"url": "https://github.com/hoangsonww/FastFetch-API-Fetch-Enhancer/issues"
},
"homepage": "https://github.com/hoangsonww/FastFetch-API-Fetch-Enhancer#readme",
"license": "MIT",
"author": "Son Nguyen",
"devDependencies": {
"@types/jest": "^29.0.0",
"jest": "^29.0.0",
"ts-jest": "^29.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.0.0"
},
"dependencies": {
"@hoangsonw/fast-fetch": "^1.1.1",
"cross-fetch": "^4.1.0",
"prettier": "^3.5.3"
}
}