merkle-tree-supply-chain
Version:
merkle tree implementation for supply chain use case
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "merkle-tree-supply-chain",
"version": "1.0.6",
"description": "merkle tree implementation for supply chain use case",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx babel-node src/index.js",
"build": "babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/louisinger/merkle-tree-supply-chain.git"
},
"keywords": [
"merkle",
"tree",
"supply",
"chain",
"cryptography"
],
"author": "Louis Singer",
"license": "MIT",
"bugs": {
"url": "https://github.com/louisinger/merkle-tree-supply-chain/issues"
},
"homepage": "https://github.com/louisinger/merkle-tree-supply-chain#readme",
"dependencies": {
"js-sha256": "^0.9.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/node": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.9.0",
"chai": "^4.2.0",
"mocha": "^8.0.1",
"standard": "^14.3.3"
}
}