UNPKG

@debridge-finance/desdk

Version:

Send, track and claim arbitrary cross-chain messages over the deBridge protocol programmatically

58 lines (57 loc) 1.9 kB
{ "name": "@debridge-finance/desdk", "version": "2.0.0-rc.0", "description": "Send, track and claim arbitrary cross-chain messages over the deBridge protocol programmatically", "repository": "github:debridge-finance/desdk", "author": "deBridge", "license": "LGPL-3.0-only", "main": "lib/index.js", "types": "lib/index.d.ts", "module": "lib.esm/index.js", "keywords": [ "bridge", "deBridge", "ethereum" ], "homepage": "https://debridge.finance", "scripts": { "lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json", "lint": "tslint --config tslint.json --project tsconfig.json", "pretest": "npm-run-all test:clean build test:build", "test:clean": "cd test/fixture && hardhat clean", "test:build": "cd test/fixture && hardhat compile", "test": "mocha --exit --recursive 'test/**/*.test.ts'", "clean": "npm run test:clean && npm run build:clean", "build-cjs": "tsc --build tsconfig.json", "build-esm": "tsc --build tsconfig-esm.json", "prebuild": "npm-run-all build:clean && hardhat compile", "build": "npm-run-all build-*", "build:clean": "rm -rf build && hardhat clean", "prepublishOnly": "npm run build", "prepare": "npm run build" }, "files": [ "lib/**", "lib.esm/**", "LICENSE", "README.md" ], "devDependencies": { "@openzeppelin/contracts": "4.8.2", "@openzeppelin/contracts-upgradeable": "4.8.2", "@nomicfoundation/hardhat-toolbox": "5.0.0", "@openzeppelin/hardhat-upgrades": "3.6.0", "npm-run-all": "^4.1.5", "prettier": "2.7.1", "ts-node": "^10.9.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.3.0", "typescript": "^5.8.0" }, "dependencies": { }, "peerDependencies": { "ethers": "^6.11.1" } }