UNPKG

solana-options

Version:

Minting of options contract NFTs on the Solana blockchain

52 lines (51 loc) 1.38 kB
{ "name": "solana-options", "version": "1.1.0", "description": "Minting of options contract NFTs on the Solana blockchain", "main": "build/index.js", "scripts": { "build": "tsc -p tsconfig.json", "test": "tsc -p tsconfig.json; mocha build/test.js ", "livetest": "tsc -p tsconfig.json; mocha build/e2e_live_tests/tests.js " }, "repository": { "type": "git", "url": "git+https://github.com/dbanda/solana-nft-options.git" }, "keywords": [ "NFT", "Solana", "Options", "Trading", "Contracts" ], "author": "Dalitso Banda <dalitsohb@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/dbanda/solana-nft-options/issues" }, "homepage": "https://github.com/dbanda/solana-nft-options#readme", "devDependencies": { "@types/chai": "^4.3.0", "@types/mocha": "^9.0.0", "@types/qrcode": "^1.4.2", "@types/rewire": "^2.5.28", "@types/sinon": "^10.0.6", "chai": "^4.3.4", "mocha": "^9.1.3", "rewire": "^5.0.0", "sinon": "^12.0.1" }, "dependencies": { "@solana/spl-token": "^0.1.8", "@solana/spl-token-registry": "^0.2.488", "@solana/web3.js": "^1.31.0", "axios": "^0.24.0", "bn.js": "^5.2.0", "dayjs": "^1.10.7", "jimp": "^0.16.1", "qrcode": "^1.5.0", "qrcode-with-logos": "^1.0.3", "@solana/wallet-adapter-base": "^0.9.1" } }