@theqrl/qrl-proto-sha256
Version:
SHA256 checksums for QRL node .proto files
32 lines (31 loc) • 835 B
JSON
{
"name": "@theqrl/qrl-proto-sha256",
"version": "3.5.0",
"description": "SHA256 checksums for QRL node .proto files",
"main": "index.js",
"scripts": {
"test": "nyc ./node_modules/mocha/bin/mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/theQRL/qrl-proto-sha256.git"
},
"keywords": [
"QRL"
],
"author": "QRL contributors <info@theqrl.org> (https://theqrl.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/theQRL/qrl-proto-sha256/issues"
},
"homepage": "https://github.com/theQRL/qrl-proto-sha256#readme",
"devDependencies": {
"coveralls": "^3.1.1",
"mocha": "^9.2.2",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"prettier": "^2.6.1"
},
"dependencies": {}
}