{ "name": "@hono/graphql-server", "version": "0.6.2", "repository": { "type": "git", "url": "git+https://github.com/honojs/middleware.git", "directory": "packages/graphql-server" }, "author": "Minghe Huang ", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "tsup ./src/index.ts", "prepack": "yarn build", "publint": "attw --pack && publint", "typecheck": "tsc -b tsconfig.json", "test": "vitest", "version:jsr": "yarn version:set $(yarn version:get)" }, "peerDependencies": { "hono": ">=3.0.0" }, "dependencies": { "graphql": "^16.5.0" }, "devDependencies": { "@arethetypeswrong/cli": "^0.17.4", "publint": "^0.3.9", "tsup": "^8.4.0", "typescript": "^5.8.2", "vitest": "^3.2.4" }, "engines": { "node": ">=16.0.0" } }