@settlemint/sdk-viem
Version:
Viem (TypeScript Interface for Ethereum) module for SettleMint SDK
77 lines (76 loc) • 1.91 kB
JSON
{
"name": "@settlemint/sdk-viem",
"description": "Viem (TypeScript Interface for Ethereum) module for SettleMint SDK",
"version": "2.4.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/viem/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/settlemint/sdk.git",
"directory": "sdk/viem"
},
"bugs": {
"url": "https://github.com/settlemint/sdk/issues",
"email": "support@settlemint.com"
},
"files": ["dist"],
"main": "./dist/viem.cjs",
"module": "./dist/viem.js",
"types": "./dist/viem.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/viem.d.ts",
"default": "./dist/viem.js"
},
"require": {
"types": "./dist/viem.d.cts",
"default": "./dist/viem.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 .",
"docs": "typedoc --options '../../typedoc.config.mjs' --entryPoints src/viem.ts --out ./docs"
},
"devDependencies": {},
"dependencies": {
"@settlemint/sdk-utils": "2.4.0",
"viem": "^2"
},
"peerDependencies": {},
"engines": {
"node": ">=20"
},
"keywords": [
"settlemint",
"blockchain",
"blockchain-development",
"enterprise-blockchain",
"web3",
"web3-development",
"web3-tools",
"sdk",
"typescript",
"eth",
"ethereum",
"dapps",
"wallet"
]
}