UNPKG

@settlemint/sdk-portal

Version:

Portal API client module for SettleMint SDK, providing access to smart contract portal services and APIs

87 lines (86 loc) 2.19 kB
{ "name": "@settlemint/sdk-portal", "description": "Portal API client module for SettleMint SDK, providing access to smart contract portal services and APIs", "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/portal/README.md", "repository": { "type": "git", "url": "git+https://github.com/settlemint/sdk.git", "directory": "sdk/portal" }, "bugs": { "url": "https://github.com/settlemint/sdk/issues", "email": "support@settlemint.com" }, "files": [ "dist" ], "main": "./dist/portal.cjs", "module": "./dist/portal.js", "types": "./dist/portal.d.ts", "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/portal.d.ts", "default": "./dist/portal.js" }, "require": { "types": "./dist/portal.d.cts", "default": "./dist/portal.cjs" } } }, "scripts": { "build": "tsdown", "dev": "tsdown --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 .", "codegen": "gql-tada generate-output", "docs": "typedoc --options '../../typedoc.config.mjs' --entryPoints src/portal.ts --out ./docs" }, "devDependencies": { "graphql": "16.11.0", "viem": "^2" }, "dependencies": { "gql.tada": "^1", "graphql-ws": "^6", "@settlemint/sdk-utils": "2.5.5", "graphql-request": "^7", "zod": "^4" }, "peerDependencies": {}, "engines": { "node": ">=20" }, "keywords": [ "settlemint", "blockchain", "blockchain-development", "enterprise-blockchain", "web3", "web3-development", "web3-tools", "sdk", "typescript", "portal", "rest-api-client", "graphql-api-client", "api-client", "blockchain-portal" ] }