chore(graphql-server): package repository (#1251)

pull/1252/head
Jonathan Haines 2025-06-23 06:16:25 +10:00 committed by GitHub
parent 368bd067d1
commit 9fd6473454
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
{ {
"name": "@hono/graphql-server", "name": "@hono/graphql-server",
"version": "0.6.1", "version": "0.6.1",
"repository": "git@github.com:honojs/middleware.git", "repository": {
"type": "git",
"url": "git+https://github.com/honojs/middleware.git",
"directory": "packages/graphql-server"
},
"author": "Minghe Huang <h.minghe@gmail.com>", "author": "Minghe Huang <h.minghe@gmail.com>",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",