@ensnode/ponder-subgraph
Version:
A Hono middleware for generating Subgraph-compatible GraphQL schema.
59 lines • 1.49 kB
JSON
{
"name": "@ensnode/ponder-subgraph",
"version": "0.28.0",
"type": "module",
"description": "A Hono middleware for generating Subgraph-compatible GraphQL schema.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/namehash/ensnode.git",
"directory": "packages/ponder-subgraph"
},
"homepage": "https://github.com/namehash/ensnode/tree/main/packages/ponder-subgraph",
"keywords": [
"Ponder",
"Subgraph"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@escape.tech/graphql-armor-max-aliases": "^2.6.0",
"@escape.tech/graphql-armor-max-depth": "^2.4.0",
"@escape.tech/graphql-armor-max-tokens": "^2.5.0",
"dataloader": "^2.2.3",
"drizzle-orm": "=0.41.0",
"graphql": "^16.10.0",
"graphql-scalars": "^1.24.0",
"graphql-yoga": "^5.10.9"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.14.0",
"hono": "^4.7.6",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"@ensnode/shared-configs": "0.28.0"
},
"peerDependencies": {
"hono": "^4.7.6"
},
"scripts": {
"prepublish": "tsup",
"typecheck": "tsc --noEmit",
"lint": "biome check --write",
"lint:ci": "biome ci"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}