mcswap-shop
Version:
McSwap Shop Module
33 lines (32 loc) • 712 B
JSON
{
"name": "mcswap-shop",
"version": "0.5.0",
"description": "McSwap Shop Module",
"main": "src/mcswap-shop.js",
"type": "module",
"keywords": [
"solana",
"nft",
"marketplace",
"trustless",
"decentralized"
],
"author": "@SolDapper",
"license": "MIT",
"dependencies": {
"@fontsource/ubuntu": "^5.2.5",
"@solana/web3.js": "^1.98.0",
"jquery": "^3.7.1",
"mcswap-form": "^0.0.1",
"mcswap-sdk": "^0.6.0",
"toastify-js": "^1.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SolDapper/mcswap-shop.git"
},
"bugs": {
"url": "https://github.com/SolDapper/mcswap-shop/issues"
},
"homepage": "https://mcswap.xyz"
}