UNPKG

@settlemint/sdk-hasura

Version:

Hasura and PostgreSQL integration module for SettleMint SDK, enabling database operations and GraphQL queries

98 lines (97 loc) 2.46 kB
{ "name": "@settlemint/sdk-hasura", "description": "Hasura and PostgreSQL integration module for SettleMint SDK, enabling database operations and GraphQL queries", "version": "2.5.5", "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/hasura/README.md", "repository": { "type": "git", "url": "git+https://github.com/settlemint/sdk.git", "directory": "sdk/hasura" }, "bugs": { "url": "https://github.com/settlemint/sdk/issues", "email": "support@settlemint.com" }, "files": [ "dist" ], "main": "./dist/hasura.cjs", "module": "./dist/hasura.js", "types": "./dist/hasura.d.ts", "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/hasura.d.ts", "default": "./dist/hasura.js" }, "require": { "types": "./dist/hasura.d.cts", "default": "./dist/hasura.cjs" } }, "./postgres": { "import": { "types": "./dist/postgres.d.ts", "default": "./dist/postgres.js" }, "require": { "types": "./dist/postgres.d.cts", "default": "./dist/postgres.cjs" } } }, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "publint": "publint run --strict", "attw": "attw --pack . || exit 0", "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/hasura.ts src/postgres.ts --out ./docs" }, "devDependencies": { "@types/pg": "^8" }, "dependencies": { "gql.tada": "^1", "@settlemint/sdk-utils": "2.5.5", "graphql-request": "^7", "zod": "^4", "drizzle-orm": "^0.44.0", "pg": "^8", "drizzle-kit": "^0.31.0" }, "peerDependencies": {}, "engines": { "node": ">=20" }, "keywords": [ "settlemint", "blockchain", "blockchain-development", "enterprise-blockchain", "web3", "web3-development", "web3-tools", "sdk", "typescript", "hasura", "graphql", "database", "postgres", "drizzle-orm", "data-management" ] }