mcswap-sdk
Version:
Javascript SDK for the McSwap Protocol
39 lines (38 loc) • 867 B
JSON
{
"name": "mcswap-sdk",
"version": "0.6.8",
"description": "Javascript SDK for the McSwap Protocol",
"main": "mcswap-sdk.js",
"type": "module",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SolDapper/mcswap-sdk.git"
},
"keywords": [
"solana",
"trustless",
"escrow",
"marketplace",
"otc",
"p2p"
],
"author": "@SolDapper",
"license": "MIT",
"bugs": {
"url": "https://github.com/SolDapper/mcswap-sdk/issues"
},
"homepage": "https://mcswap.xyz",
"dependencies": {
"@bonfida/spl-name-service": "^3.0.12",
"@solana/spl-account-compression": "^0.2.1",
"@solana/spl-memo": "^0.2.5",
"@solana/spl-token": "^0.3.11",
"@solana/web3.js": "^1.89.0",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"buffer-layout": "^1.2.2"
}
}