UNPKG

@stable-io/cctp-sdk-cctpr-evm

Version:

EVM support for the CCTPR corridor of the CCTP SDK

53 lines 1.31 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "@stable-io/cctp-sdk-cctpr-evm", "version": "0.2.0", "type": "module", "license": "MPL-2.0", "author": "Stable Technologies", "description": "EVM support for the CCTPR corridor of 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 . && jest && tsc", "build": "tsc", "lint": "eslint .", "lint:fix": "eslint --fix .", "test": "jest --coverage", "test:watch": "yarn test --watchAll=true", "clean": "rm -rf ./dist" }, "dependencies": { "@stable-io/cctp-sdk-cctpr-definitions": "^0.2.0", "@stable-io/cctp-sdk-definitions": "^0.2.0", "@stable-io/cctp-sdk-evm": "^0.2.0", "@stable-io/map-utils": "^0.2.0", "@stable-io/utils": "^0.2.0", "binary-layout": "^1.2.2", "viem": "^2.23.12" }, "publishConfig": { "access": "public" }, "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" } }