UNPKG

@gqty/solid

Version:

<p align="center"> <a href="https://gqty.dev"> <img src="internal/images/logo.png" height="150" alt="gqty" /> </a> </p>

68 lines 1.47 kB
{ "name": "@gqty/solid", "version": "0.2.0-canary-20240824090758.321dd7a71dbdfbc547d6324cca576b6ff76986f7", "private": false, "keywords": [ "cache", "client", "gqty", "graphql", "reactive", "solid", "state" ], "homepage": "https://gqty.dev", "repository": { "type": "git", "url": "https://github.com/gqty-dev/gqty.git" }, "license": "MIT", "author": "Vicary Archangel <vicary.archangel@member.mensa.org>", "sideEffects": false, "type": "module", "exports": { ".": { "import": "./index.mjs", "require": "./index.cjs", "types": "./index.d.ts" } }, "dependencies": { "debounce-microtasks": "^0.1.3", "p-defer": "^3.0.0" }, "devDependencies": { "@solidjs/testing-library": "^0.8.7", "@testing-library/jest-dom": "^6.4.5", "@testing-library/user-event": "^14.5.2", "@vitest/coverage-v8": "^2.0.5", "date-fns": "^3.6.0", "jsdom": "^24.0.0", "typescript": "^5.4.5", "vite-plugin-solid": "^2.8.2", "vitest": "^2.0.4", "test-utils": "^0.2.0" }, "peerDependencies": { "solid-js": "^1.6.0", "gqty": "^3.2.1" }, "peerDependenciesMeta": { "graphql-sse": { "optional": true }, "graphql-ws": { "optional": true } }, "engines": { "node": ">=16 <=22" }, "publishConfig": { "directory": "dist" }, "scripts": { "build": "tsx build.ts", "test": "vitest --no-watch" } }