UNPKG

biconomy-hyphen

Version:

Hyphen SDK to enable instant and seamless cross-chain deposits & withdrawals

46 lines (45 loc) 1.07 kB
{ "name": "biconomy-hyphen", "version": "0.0.22", "description": "Hyphen SDK to enable instant and seamless cross-chain deposits & withdrawals", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prebuild": "tslint -c tslint.json -p tsconfig.json --fix", "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/bcnmy/Insta-exits.git" }, "keywords": [ "inex", "sdk", "cross-chain", "transfers", "ERC20" ], "author": "Sachin Tomar", "license": "MIT", "bugs": { "url": "https://github.com/bcnmy/Insta-exits/issues" }, "homepage": "https://github.com/bcnmy/Insta-exits#readme", "files": [ "*.js", "/dist/meta-transaction/*.js", "/dist/*.js", "/dist/**/*.d.ts" ], "dependencies": { "@biconomy/mexa": "^2.0.24", "ethers": "^5.0.24", "promise": "^8.0.3", "tslint": "^6.1.3", "typescript": "^4.1.3" }, "devDependencies": { "@types/node": "^14.14.25" } }