UNPKG

@pinax/graph-networks-registry

Version:

TypeScript types and helpers for The Graph Networks Registry

48 lines (47 loc) 1.13 kB
{ "name": "@pinax/graph-networks-registry", "version": "0.6.7", "description": "TypeScript types and helpers for The Graph Networks Registry", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "clean": "rm -rf dist", "test": "bun test", "docs": "typedoc --out docs src", "prepublishOnly": "bun run clean && bun run build" }, "repository": { "type": "git", "url": "git+https://github.com/pinax-network/graph-networks-libs.git" }, "keywords": [ "graph", "blockchain", "registry", "firehose", "substreams", "subgraph", "ethereum" ], "author": "Yaro Shkvorets <yaro@pinax.network>", "license": "MIT", "bugs": { "url": "https://github.com/pinax-network/graph-networks-libs/issues" }, "homepage": "https://github.com/pinax-network/graph-networks-libs#readme", "publishConfig": { "access": "public" }, "devDependencies": { "@types/jest": "^29.5.14", "bun-types": "1", "typedoc": "^0.26.11", "typescript": "^5.0.0" } }