UNPKG

@stable-io/cctp-sdk-viem

Version:

Viem support for the CCTP SDK

51 lines 1.15 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "@stable-io/cctp-sdk-viem", "version": "0.2.0", "type": "module", "license": "MPL-2.0", "author": "Stable Technologies", "description": "Viem support for the CCTP SDK", "keywords": [ "typescript", "cctp", "sdk" ], "exports": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" }, "files": [ "dist", "!*.test.*", "README.md" ], "scripts": { "prepublishOnly": "eslint . && tsc", "build": "tsc", "lint": "eslint .", "lint:fix": "eslint --fix .", "test": "echo \"No tests yet\" && exit 0", "clean": "rm -rf ./dist" }, "dependencies": { "@stable-io/cctp-sdk-definitions": "^0.2.0", "@stable-io/cctp-sdk-evm": "^0.2.0", "@stable-io/utils": "^0.2.0" }, "publishConfig": { "access": "public" }, "peerDependencies": { "viem": "^2.23.12" }, "devDependencies": { "@types/jest": "^29.5.14", "eslint": "^9.22.0", "eslint-config": "^0.2.0", "jest": "^29.7.0", "ts-jest": "29.2.6", "typescript": "^5.8.2" } }