error-flux
Version:
Network request interceptor and logger for web applications
45 lines (44 loc) • 984 B
JSON
{
"name": "error-flux",
"description": "Network request interceptor and logger for web applications",
"version": "0.0.3",
"module": "./src/index.ts",
"main": "./dist/index.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"build": "node esbuild.config.mjs",
"prepare": "npm run build"
},
"keywords": [
"network",
"interceptor",
"xhr",
"fetch",
"logging"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/saketh-kowtha/error-flux.git"
},
"bugs": {
"url": "https://github.com/saketh-kowtha/error-flux/issues"
},
"homepage": "https://github.com/saketh-kowtha/error-flux#readme",
"devDependencies": {
"@types/nanoid": "^2.1.0",
"@types/node": "^22.13.4",
"@types/uuid": "^10.0.0",
"esbuild": "^0.25.0",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"dependencies": {
"uuid": "^11.1.0"
}
}