UNPKG

@elysiajs/graphql-yoga

Version:
65 lines 1.99 kB
{ "name": "@elysiajs/graphql-yoga", "version": "1.3.0", "description": "Plugin for Elysia for using graphql-yoga", "author": { "name": "saltyAom", "url": "https://github.com/SaltyAom", "email": "saltyaom@gmail.com" }, "main": "./dist/cjs/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/cjs/index.js" } }, "keywords": [ "elysia", "graphql-yoga" ], "homepage": "https://github.com/elysiajs/elysia-graphql-yoga", "repository": { "type": "git", "url": "https://github.com/elysiajs/elysia-graphql-yoga" }, "bugs": "https://github.com/elysiajs/elysia-graphql-yoga/issues", "license": "MIT", "scripts": { "dev": "bun run --watch example/index.ts", "test": "bun test && npm run test:node", "test:node": "npm install --prefix ./test/node/cjs/ && npm install --prefix ./test/node/esm/ && node ./test/node/cjs/index.js && node ./test/node/esm/index.js", "build": "bun build.ts", "release": "npm run build && npm run test && npm publish --access public" }, "dependencies": { "graphql": "^16.6.0", "graphql-mobius": "^0.1.11", "graphql-yoga": "^3.9.1" }, "devDependencies": { "@envelop/core": "^3.0.6", "@envelop/graphql-jit": "^5.0.6", "@envelop/parser-cache": "^5.0.6", "@types/bun": "1.1.14", "elysia": ">= 1.3.0-exp.45", "eslint": "9.6.0", "tsup": "^8.1.0", "typescript": "^5.5.3" }, "peerDependencies": { "elysia": ">= 1.3.0" }, "peerDependenciesMeta": { "graphql": { "optional": true }, "graphql-yoga": { "optional": true } } }