pruf-js
Version:
An interface to the pruf network written in javascript
32 lines (31 loc) • 683 B
JSON
{
"name": "pruf-js",
"version": "0.5.2",
"description": "An interface to the pruf network written in javascript",
"type": "module",
"main": "pruf.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamesBsmyth/pruf_js.git"
},
"keywords": [
"blockchain",
"pruf",
"WIP",
"web3",
"tokenization",
"protocol"
],
"author": "jamesbsmyth",
"license": "MIT",
"bugs": {
"url": "https://github.com/jamesBsmyth/pruf_js/issues"
},
"homepage": "https://github.com/jamesBsmyth/pruf_js#readme",
"dependencies": {
"bs58": "^4.0.1"
}
}