UNPKG

butterjs-sdk

Version:
44 lines (43 loc) 1.11 kB
{ "name": "butterjs-sdk", "version": "1.1.22-beta.swap", "description": "Butter Network SDK", "author": "xyli <moorelee@butternetwork.io>", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest --config jest.json", "test:watch": "jest --watch --no-cache --config jest.json", "format": "prettier --write \"./**/*.{ts,json}\"" }, "repository": { "type": "git", "url": "https://github.com/butternetwork/butterjs-sdk" }, "keywords": [ "cross-chain", "cross-chain dex", "omnichain" ], "license": "GPL-3.0-or-later", "devDependencies": { "@types/jest": "^29.2.3", "axios": "^1.2.1", "dotenv": "^16.0.2", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "ethers": "^5.7.0", "jest": "^28.1.3", "prettier": "^2.7.1", "ts-jest": "^28.0.7" }, "dependencies": { "@ethersproject/abstract-provider": "^5.7.0", "@types/bn.js": "^5.1.1", "bn.js": "^5.2.1", "near-api-js": "^1.0.0", "tiny-invariant": "^1.2.0", "web3": "^1.8.0" } }