@ensnode/ponder-subgraph
Version:
A Hono middleware for generating Subgraph-compatible GraphQL schema.
59 lines • 1.49 kB
JSON
{
"name": "@ensnode/ponder-subgraph",
"version": "1.16.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.2",
"@escape.tech/graphql-armor-max-depth": "^2.4.2",
"@escape.tech/graphql-armor-max-tokens": "^2.5.1",
"@ponder/client": "0.16.6",
"dataloader": "^2.2.3",
"drizzle-orm": "0.41.0",
"graphql": "^16.10.0",
"graphql-scalars": "^1.24.0",
"graphql-yoga": "^5.10.9"
},
"devDependencies": {
"@types/node": "24.10.9",
"hono": "^4.12.25",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"@ensnode/shared-configs": "1.16.0"
},
"peerDependencies": {
"hono": "^4.12.25"
},
"scripts": {
"prepublish": "tsup",
"typecheck": "tsgo --noEmit",
"lint": "biome check --write .",
"lint:ci": "biome ci"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}