UNPKG

@pinax/graph-networks-registry

Version:

TypeScript types and helpers for The Graph Networks Registry

67 lines (66 loc) 1.66 kB
{ "name": "@pinax/graph-networks-registry", "version": "0.7.1", "description": "TypeScript types and helpers for The Graph Networks Registry", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.mts", "exports": { ".": { "import": { "types": "./dist/esm/index.d.mts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/cjs/index.d.ts", "default": "./dist/cjs/index.js" } } }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsup", "clean": "rm -rf dist", "test": "vitest run", "test:watch": "vitest", "lint": "eslint src --ext .ts", "docs": "typedoc --out docs src", "prepublishOnly": "npm run clean && npm 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": { "@eslint/js": "^9.30.1", "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "^8.35.1", "@typescript-eslint/parser": "^8.35.1", "eslint": "^9.30.1", "vitest": "^1.2.2", "tsup": "^8.0.0", "typedoc": "^0.26.11", "typescript": "^5.0.0" } }