@wormhole-foundation/sdk-evm-tokenbridge
Version:
SDK for EVM chains, used in conjunction with @wormhole-foundation/sdk
64 lines • 1.61 kB
JSON
{
"name": "@wormhole-foundation/sdk-evm-tokenbridge",
"version": "6.1.2",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/wormhole-sdk-ts.git"
},
"bugs": {
"url": "https://github.com/wormhole-foundation/wormhole-sdk-ts/issues"
},
"homepage": "https://github.com/wormhole-foundation/wormhole-sdk-ts#readme",
"directories": {
"test": "tests"
},
"license": "Apache-2.0",
"main": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"module": "./dist/esm/index.js",
"description": "SDK for EVM chains, used in conjunction with @wormhole-foundation/sdk",
"files": [
"dist/esm"
],
"keywords": [
"wormhole",
"sdk",
"typescript",
"connect",
"ethereum",
"moonbeam",
"celo",
"polygon",
"avalanche",
"bsc",
"evm"
],
"engines": {
"node": ">=20.19"
},
"sideEffects": [
"./dist/esm/index.js"
],
"scripts": {
"build:esm": "tsc -p ./tsconfig.esm.json",
"build": "npm run build:esm",
"rebuild": "npm run clean && npm run build",
"clean": "rm -rf ./dist && rm -rf ./.turbo",
"lint": "npm run prettier && eslint --fix ./src --ext .ts",
"prettier": "prettier --write ./src"
},
"dependencies": {
"@wormhole-foundation/sdk-connect": "6.1.2",
"@wormhole-foundation/sdk-evm": "6.1.2",
"@wormhole-foundation/sdk-evm-core": "6.1.2",
"ethers": "^6.5.1"
},
"type": "module",
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.js",
"default": "./dist/esm/index.js"
}
}
}