@leda-mint-io/candymachine-client-sdk
Version:
Metaplex Candy Machine Client SDK
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "@leda-mint-io/candymachine-client-sdk",
"version": "0.1.1",
"description": "Metaplex Candy Machine Client SDK",
"keywords": [
"metaplex",
"candy-machine",
"solana",
"nft",
"client",
"sdk"
],
"homepage": "https://ledamint.io/",
"repository": {
"type": "git",
"url": "http://github.com/leda-mint-io/candymachine-client-sdk.git"
},
"bugs": {
"url": "http://github.com/leda-mint-io/candymachine-client-sdk.git/issues"
},
"publishConfig": {
"access": "public"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"compile": "tsc"
},
"author": "Boxfish Studio <info@boxfish.studio>",
"license": "Apache-2.0",
"devDependencies": {
"typescript": "^4.7.4"
},
"dependencies": {
"@j0nnyboi/arweave-cost": "^1.0.4",
"@j0nnyboi/anchor": "^0.24.2",
"@safecoin/safe-token": "^0.2.2",
"@safecoin/web3.js": "^1.44.2",
"@supercharge/promise-pool": "^2.3.2",
"js-file-download": "^0.4.12"
}
}