UNPKG

next-unified-query-core

Version:

Framework-agnostic HTTP client with built-in query state management

47 lines (46 loc) 1.14 kB
{ "name": "next-unified-query-core", "version": "0.1.1", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "scripts": { "build": "tsup", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "biome lint .", "format": "biome format . --write", "typecheck": "tsc --noEmit" }, "keywords": ["next.js", "fetch", "http-client", "query-management", "cache", "typescript"], "author": "newExpand", "license": "MIT", "description": "Framework-agnostic HTTP client with built-in query state management", "dependencies": { "es-toolkit": "^1.38.0", "quick-lru": "^7.0.1", "zod": "^3.25.32" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/node": "^22.15.3", "@vitest/coverage-v8": "3.1.2", "jsdom": "^26.1.0", "tsup": "^8.4.0", "typescript": "^5.8.3", "vitest": "^3.1.2" }, "files": ["dist"], "repository": { "type": "git", "url": "https://github.com/newExpand/next-unified-query.git", "directory": "packages/core" } }