ldpos-chain
Version:
LDPoS chain module
39 lines (38 loc) • 1.34 kB
JSON
{
"name": "ldpos-chain",
"version": "9.2.1",
"description": "LDPoS chain module",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --timeout 50000 --slow 50000",
"start:postgres": "cd node_modules/ldpos-pg-dal && yarn start:db",
"stop:postgres": "cd node_modules/ldpos-pg-dal && yarn stop:db",
"reset:postgres": "cd node_modules/ldpos-pg-dal && yarn reset:db",
"start:pgadmin": "cd node_modules/ldpos-pg-dal && yarn start:pgadmin",
"stop:pgadmin": "cd node_modules/ldpos-pg-dal && yarn stop:pgadmin",
"reset:pgadmin": "cd node_modules/ldpos-pg-dal && yarn reset:pgadmin",
"test:using-pg-dal": "USE_DAL=node_modules/ldpos-pg-dal mocha --reporter spec --timeout 50000 --slow 50000",
"test:using-sqlite-dal": "USE_DAL=node_modules/ldpos-sqlite-dal mocha --reporter spec --timeout 50000 --slow 50000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Capitalisk/ldpos-chain.git"
},
"keywords": [
"blockchain",
"dpos"
],
"author": "Jonathan Gros-Dubois",
"license": "AGPL-3.0",
"dependencies": {
"bip39": "^3.0.3",
"ldpos-client": "^11.3.0",
"lite-merkle": "^1.0.1",
"lodash.shuffle": "^4.2.0",
"writable-consumable-stream": "^2.0.0"
},
"devDependencies": {
"ldpos-pg-dal": "^5.0.0",
"mocha": "^8.2.1"
}
}