@settlemint/sdk-portal
Version:
Portal API client module for SettleMint SDK, providing access to smart contract portal services and APIs
80 lines (79 loc) • 2.08 kB
JSON
{
"name": "@settlemint/sdk-portal",
"description": "Portal API client module for SettleMint SDK, providing access to smart contract portal services and APIs",
"version": "2.1.4",
"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.mjs",
"types": "./dist/portal.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/portal.d.ts",
"default": "./dist/portal.mjs"
},
"require": {
"types": "./dist/portal.d.cts",
"default": "./dist/portal.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/portal.ts --out ./docs"
},
"devDependencies": {},
"dependencies": {
"gql.tada": "^1",
"@settlemint/sdk-utils": "2.1.4",
"graphql-request": "^7",
"zod": "^3"
},
"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"
]
}