@busymango/fetch-driver
Version:
fetch with middlewares for the browser
72 lines • 1.72 kB
JSON
{
"name": "@busymango/fetch-driver",
"version": "0.5.0",
"type": "module",
"description": "fetch with middlewares for the browser",
"files": [
"dist",
"src/*.d.ts",
"index.d.ts"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./index.d.ts",
"exports": {
"types": "./index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
},
"author": "mango",
"keywords": [
"json",
"http",
"async",
"fetch",
"promise",
"request",
"browser",
"fetch-json",
"javascript",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/busy-mango/fetch-driver"
},
"bugs": {
"url": "https://github.com/busy-mango/fetch-driver/issues"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitest/coverage-v8": "^3.0.4",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"happy-dom": "^16.7.3",
"prettier": "^3.3.2",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vitest": "^3.0.4"
},
"dependencies": {
"mime": "4.0.3",
"remeda": "^2.21.2"
},
"peerDependencies": {
"mime": ">=4.0.0",
"remeda": ">=2.21.0"
},
"scripts": {
"dev": "vite",
"test": "vitest",
"build": "tsc && vite build",
"coverage": "vitest run --coverage",
"eslint": "eslint --fix --ext .ts ./",
"publish:pre": "pnpm coverage && pnpm build"
}
}