{
  "name": "ldpos-chain",
  "version": "9.2.4",
  "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": "^12.2.6",
    "lite-merkle": "^2.0.2",
    "lodash.shuffle": "^4.2.0",
    "writable-consumable-stream": "^2.0.0"
  },
  "devDependencies": {
    "ldpos-pg-dal": "^6.0.1",
    "mocha": "^11.3.0"
  },
  "overrides": {
    "serialize-javascript": "^7.0.5"
  }
}
