UNPKG

@settlemint/sdk-thegraph

Version:

TheGraph integration module for SettleMint SDK, enabling querying and indexing of blockchain data through subgraphs

80 lines (79 loc) 2.1 kB
{ "name": "@settlemint/sdk-thegraph", "description": "TheGraph integration module for SettleMint SDK, enabling querying and indexing of blockchain data through subgraphs", "version": "2.0.0", "type": "module", "private": false, "license": "FSL-1.1-MIT", "author": { "name": "SettleMint", "email": "support@settlemint.com", "url": "https://settlemint.com" }, "homepage": "https://github.com/settlemint/sdk/blob/main/sdk/thegraph/README.md", "repository": { "type": "git", "url": "git+https://github.com/settlemint/sdk.git", "directory": "sdk/thegraph" }, "bugs": { "url": "https://github.com/settlemint/sdk/issues", "email": "support@settlemint.com" }, "files": ["dist"], "main": "./dist/thegraph.cjs", "module": "./dist/thegraph.mjs", "types": "./dist/thegraph.d.ts", "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/thegraph.d.ts", "default": "./dist/thegraph.mjs" }, "require": { "types": "./dist/thegraph.d.cts", "default": "./dist/thegraph.cjs" } } }, "scripts": { "build": "tsup-node", "dev": "tsup-node --watch", "publint": "publint run --strict", "attw": "attw --pack .", "test": "bun test", "test:coverage": "bun test --coverage", "typecheck": "tsc --noEmit", "publish-npm": "bun publish --tag ${TAG} --access public || exit 0", "prepack": "cp ../../LICENSE .", "docs": "typedoc --options '../../typedoc.config.mjs' --entryPoints src/thegraph.ts --out ./docs" }, "devDependencies": {}, "dependencies": { "gql.tada": "^1", "@settlemint/sdk-utils": "2.0.0", "graphql-request": "^7", "zod": "^3" }, "peerDependencies": {}, "engines": { "node": ">=20" }, "keywords": [ "settlemint", "blockchain", "blockchain-development", "enterprise-blockchain", "web3", "web3-development", "web3-tools", "sdk", "typescript", "thegraph", "graphql", "subgraph", "blockchain-data", "data-indexing" ] }