@primenums/solana-nft-tools
Version:
Collection of helper functions for interacting with Solana NFTs.
29 lines (28 loc) • 720 B
JSON
{
"name": "@primenums/solana-nft-tools",
"version": "0.2.2",
"description": "Collection of helper functions for interacting with Solana NFTs.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/primenumsdev/solana-nft-tools.git"
},
"keywords": [
"solana",
"nft",
"blockchain"
],
"author": "primenums",
"license": "ISC",
"bugs": {
"url": "https://github.com/primenumsdev/solana-nft-tools/issues"
},
"homepage": "https://github.com/primenumsdev/solana-nft-tools#readme",
"dependencies": {
"@solana/web3.js": "^1.29.2",
"node-fetch": "^2.6.7"
}
}