UNPKG

nuxt-apollo

Version:
70 lines (69 loc) 1.78 kB
{ "name": "nuxt-apollo", "version": "0.2.1", "description": "Apollo client for Nuxt 3", "repository": { "type": "git", "url": "git+https://github.com/becem-gharbi/nuxt-apollo.git" }, "license": "MIT", "type": "module", "keywords": [ "Nuxt 3", "Apollo client", "Graphql" ], "publishConfig": { "access": "public", "tag": "latest" }, "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", "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", "release": "npm run lint && npm run typecheck && npm run prepack && changelogen --release && npm publish && git push --follow-tags", "lint": "eslint .", "test": "vitest run", "test:watch": "vitest watch", "typecheck": "nuxi typecheck" }, "dependencies": { "@apollo/client": "^3.10.5", "@nuxt/kit": "^3.12.2", "@vue/apollo-composable": "^4.0.2", "defu": "^6.1.4", "graphql": "^16.8.2", "graphql-tag": "^2.12.6", "graphql-ws": "^5.16.0", "ws": "^8.17.1" }, "devDependencies": { "@nuxt/eslint-config": "^0.3.13", "@nuxt/module-builder": "^0.7.1", "@nuxt/schema": "^3.12.2", "@nuxt/test-utils": "^3.13.1", "@types/node": "^20.14.2", "@types/ws": "^8.5.10", "changelogen": "^0.5.5", "eslint": "^8.57.0", "nuxt": "^3.12.2", "vitest": "^1.6.0" }, "overrides": { "vue": "3" }, "packageManager": "pnpm@8.7.0+sha1.4a6f863625170af87d027789f72662e0601ecb57" }