@mayanfinance/swap-sdk
Version:
A SDK to swap with Mayan
66 lines (65 loc) • 1.51 kB
JSON
{
"name": "@mayanfinance/swap-sdk",
"description": "A SDK to swap with Mayan",
"version": "10.6.1",
"source": "src/main.ts",
"main": "dist/index.js",
"module": "dist/index.esm.min.js",
"unpkg": "dist/index.iife.min.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/mayan-finance/swap-sdk#readme",
"repository": {
"type": "git",
"url": "https://github.com/mayan-finance/swap-sdk.git"
},
"keywords": [
"mayan",
"mayanfinance",
"mayansdk",
"swap-sdk"
],
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/**/*",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsup --clean && tsup --minify",
"watch": "tsup --watch",
"lint": "prettier src -c",
"format": "prettier src --write",
"prepack": "npm run build",
"release": "npm run prepack && npx np --no-tests"
},
"devDependencies": {
"prettier": "^2.6.2",
"tsup": "^6.7.0",
"typescript": "^4.9.4"
},
"prettier": {
"singleQuote": true
},
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"author": "Jiri",
"dependencies": {
"@mysten/sui": "^1.16.2",
"@solana/buffer-layout": "^4 || ^3",
"@solana/web3.js": "^1.87.6",
"bs58": "^6.0.0",
"cross-fetch": "^3.1.5",
"ethers": "^6",
"js-sha256": "^0.9.0",
"js-sha3": "^0.8.0"
}
}