UNPKG

@accret/bridge-sdk

Version:
89 lines (88 loc) 2.43 kB
{ "name": "@accret/bridge-sdk", "type": "module", "version": "1.0.0", "license": "MIT", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "keywords": [ "blockchain", "cryptocurrency", "web3", "mayanfinance", "deBridge", "jupiter", "sdk", "api", "solana", "ethereum", "bridge" ], "author": "Accret Labs", "contributors": [ "Code-Parth", "dharminnagar", "YatharthPnwr" ], "repository": { "type": "git", "url": "git+https://github.com/accret/accret-bridge-sdk.git" }, "bugs": { "url": "https://github.com/accret/accret-bridge-sdk/issues" }, "homepage": "https://github.com/accret/accret-bridge-sdk#readme", "scripts": { "build": "npm run clean && tsc && npm run build:esm && npm run copy-package", "build:esm": "tsc -p tsconfig.esm.json && mv dist-esm/index.js dist/index.esm.js && rm -rf dist-esm", "clean": "rm -rf dist", "copy-package": "node -e \"const pkg=require('./package.json'); delete pkg.scripts; delete pkg.devDependencies; pkg.main='index.js'; pkg.module='index.esm.js'; pkg.types='index.d.ts'; require('fs').writeFileSync('./dist/package.json', JSON.stringify(pkg, null, 2))\"", "prepublishOnly": "npm run build", "dev": "tsc --watch", "lint": "eslint .", "lint:fix": "eslint . --fix && prettier --write .", "prepare": "husky" }, "devDependencies": { "@eslint/js": "^9.29.0", "@types/node": "^24.0.4", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.5.1", "globals": "^16.2.0", "husky": "^9.1.7", "lint-staged": "^16.1.2", "prettier": "^3.6.2", "ts-node": "^10.9.2", "typescript": "^5.8.3", "typescript-eslint": "^8.35.0" }, "peerDependencies": { "typescript": "^5" }, "publishConfig": { "access": "public" }, "lint-staged": { "*.{ts,js}": "eslint --cache --fix", "*.{ts,js,css,md}": "prettier --write", "*.js": "eslint --cache --fix", "*.{js,css,md}": "prettier --write" }, "dependencies": { "@across-protocol/app-sdk": "^0.3.0", "@jup-ag/api": "^6.0.44", "@mayanfinance/swap-sdk": "^10.6.1", "@solana/web3.js": "^1.98.2", "@types/bs58": "^5.0.0", "axios": "^1.10.0", "bs58": "^6.0.0", "ethers": "^6.14.4", "viem": "^2.31.4" } }