UNPKG

nuxt-advanced-fetch

Version:

Enhances Nuxt 3 $fetch with lifecycle handlers, dynamic management, and custom fetch instances for modular API requests.

62 lines (61 loc) 1.86 kB
{ "name": "nuxt-advanced-fetch", "version": "1.1.2", "description": "Enhances Nuxt 3 $fetch with lifecycle handlers, dynamic management, and custom fetch instances for modular API requests.", "repository": "https://github.com/Daisigu/nuxt-advanced-fetch", "license": "MIT", "type": "module", "keywords": [ "nuxt3", "fetch", "api", "plugin", "handlers", "custom-fetch", "modular-api", "nuxt-plugin", "lifecycle", "nuxt-api" ], "exports": { ".": { "types": "./dist/types.d.ts", "import": "./dist/module.mjs", "require": "./dist/module.cjs" } }, "main": "./dist/module.cjs", "types": "./dist/types.d.ts", "files": [ "dist" ], "scripts": { "prepack": "nuxt-module-build build", "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", "lint": "eslint .", "test": "vitest run", "test:watch": "vitest watch", "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit" }, "dependencies": { "@nuxt/kit": "^3.15.1" }, "devDependencies": { "@nuxt/devtools": "^1.7.0", "@nuxt/eslint-config": "^0.7.4", "@nuxt/module-builder": "^0.8.4", "@nuxt/schema": "^3.15.1", "@nuxt/test-utils": "^3.15.1", "@types/node": "latest", "changelogen": "^0.5.7", "eslint": "^9.17.0", "nuxt": "^3.15.1", "typescript": "5.6.3", "vitest": "^2.1.8", "vue-tsc": "^2.2.0" }, "packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c" }