micro-ftch
Version:
Wrappers for built-in fetch() enabling killswitch, logging, concurrency limit and other features
53 lines (52 loc) • 1.48 kB
JSON
{
"name": "micro-ftch",
"version": "1.0.0",
"description": "Wrappers for built-in fetch() enabling killswitch, logging, concurrency limit and other features",
"files": [
"index.js",
"index.js.map",
"index.d.ts",
"index.d.ts.map",
"index.ts"
],
"devDependencies": {
"@paulmillr/jsbt": "0.5.0",
"@types/node": "25.3.0",
"prettier": "3.6.2",
"typescript": "6.0.2"
},
"scripts": {
"build": "tsc",
"build:release": "npx --no @paulmillr/jsbt esbuild test/build",
"check": "npx --no @paulmillr/jsbt check package.json",
"check:readme": "npx --no @paulmillr/jsbt readme package.json",
"check:treeshake": "npx --no @paulmillr/jsbt treeshake package.json test/build/out-treeshake",
"check:jsdoc": "npx --no @paulmillr/jsbt tsdoc package.json",
"format": "prettier --write index.ts",
"test": "node --experimental-strip-types --no-warnings test/index.ts",
"test:bun": "bun test/index.ts",
"test:deno": "deno --allow-env --allow-net test/index.ts"
},
"keywords": [
"fetch",
"network",
"killswitch",
"concurrent",
"parallel",
"jsonrpc",
"micro",
"replay",
"ftch"
],
"repository": {
"type": "git",
"url": "git+https://github.com/paulmillr/micro-ftch.git"
},
"type": "module",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
"sideEffects": false,
"author": "Paul Miller (https://paulmillr.com)",
"license": "MIT"
}