@atomicport/evm
Version:
Support Cross-Chain-Swap with HTLC on any blockchains
49 lines (48 loc) • 1.14 kB
JSON
{
"name": "@atomicport/evm",
"version": "0.0.1",
"description": "Support Cross-Chain-Swap with HTLC on any blockchains",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"license": "MIT",
"author": "Symbol Blockchain Community",
"private": false,
"keywords": [
"evm",
"ethereum",
"blockchain",
"cross-chain-swap",
"htlc"
],
"contributors": [
"faunsu19000",
"0x070696E65"
],
"repository": {
"type": "git",
"url": "https://github.com/ymuichiro/atomic-port"
},
"engines": {
"node": ">=12.22.1"
},
"publishConfig": {
"access": "public"
},
"bugs": "https://github.com/ymuichiro/atomic-port/issues",
"homepage": "https://github.com/ymuichiro/atomic-port",
"files": [
"dist",
"package.json",
"package-lock.json",
"LICENSE",
"README.md"
],
"scripts": {
"build": "npm run pre-build && npx tsc -p ./tsconfig.json && npx tsc -p ./tsconfig.esm.json",
"pre-build": "eslint './src/**/*.{ts, js, json}' && prettier --write src"
},
"peerDependencies": {
"web3": "^1.8.1"
}
}