solana-json
Version:
A library for storing and retrieving JSON data from the Solana blockchain
35 lines (34 loc) • 759 B
JSON
{
"name": "solana-json",
"version": "1.0.2",
"description": "A library for storing and retrieving JSON data from the Solana blockchain",
"main": "solana-json.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamesbachini/Solana-JSON.git"
},
"keywords": [
"Solana",
"JSON",
"Text",
"Data",
"IO",
"Blockchain",
"Serum",
"wrapper",
"library"
],
"dependencies": {
"@solana/web3.js": "^0.46.0",
"buffer-layout": "^1.2.0"
},
"author": "James Bachini",
"homepage": "https://jamesbachini",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/jamesbachini/Solana-JSON/issues"
}
}