UNPKG

@xswap-link/xswap-common

Version:

JavaScript library for xSwap common components

44 lines 1.16 kB
{ "name": "@xswap-link/xswap-common", "version": "0.0.5", "description": "JavaScript library for xSwap common components", "homepage": "https://github.com/xswap-link/xswap-common", "repository": { "type": "git", "url": "git+https://github.com/xswap-link/xswap-common.git" }, "author": "xSwap", "license": "MIT", "keywords": [ "xswap", "bridge", "blockchain", "cross-chain" ], "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "dependencies": { "@ethersproject/providers": "^5.7.2", "bignumber.js": "4.0.4", "ethers": "^5.7.2" }, "devDependencies": { "@changesets/cli": "^2.27.1", "@types/jest": "^29.5.12", "@types/node": "^20.11.17", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "jest": "^29.7.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "tsup": "^8.0.2", "typescript": "^5.3.3" }, "scripts": { "build": "tsup index.ts --format cjs,esm --dts", "release": "pnpm run build && changeset publish", "lint": "tsc && eslint . --ext .ts", "test": "jest" } }