@lyncworld/fuel-marketplace
Version:
Marketplace NPM SDK on Fuel blockchain. Powered by LYNC, it allows anyone to create their own decentralized marketplace which includes listing and buying of Non-fungible tokens (NFTs) and Semi-fungible tokens (SFTs) in a few lines of code.
45 lines (44 loc) • 1.2 kB
JSON
{
"name": "@lyncworld/fuel-marketplace",
"private": false,
"version": "1.1.3",
"author": {
"name": "LYNC WORLD",
"url": "https://www.lync.world"
},
"description": "Marketplace NPM SDK on Fuel blockchain. Powered by LYNC, it allows anyone to create their own decentralized marketplace which includes listing and buying of Non-fungible tokens (NFTs) and Semi-fungible tokens (SFTs) in a few lines of code.",
"keywords": [
"fuel",
"marketplace",
"nft",
"sft",
"testnet",
"listing",
"buying",
"blockchain"
],
"module": "./build/index.js",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LYNC-WORLD/fuel-marketplace-NPM-SDK.git"
},
"homepage": "https://docs.lync.world/fuel/fuel-marketplace-npm-sdk",
"scripts": {
"build": "tsup"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "18",
"prettier": "^3.4.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"dependencies": {
"axios": "^1.7.9",
"fuels": "^0.97.2",
"react": "18"
}
}