package.json 962 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "nitojs",
  3. "version": "22.4.15",
  4. "license": "MIT",
  5. "author": "Shomari Prince <[email protected]>",
  6. "description": "Nito JavaScript Library and Software Development Kit (SDK).",
  7. "repository": "[email protected]:bchplease/nitojs.git",
  8. "main": "index.js",
  9. "scripts": {
  10. "start": "node index.js",
  11. "test:unit": "jest"
  12. },
  13. "dependencies": {
  14. "@bitauth/libauth": "1.19.1",
  15. "async-mutex": "0.3.2",
  16. "bchaddrjs": "https://github.com/simpleledger/bchaddrjs",
  17. "big-integer": "1.6.48",
  18. "bitcoinjs-lib": "6.0.1",
  19. "bitcoinjs-message": "2.2.0",
  20. "bitcore-lib-cash": "https://gitlab.com/bchplease/bitcore-lib-cash",
  21. "bitcore-mnemonic": "8.25.25",
  22. "moment": "2.29.2",
  23. "numeral": "2.0.6",
  24. "protobufjs": "6.11.2",
  25. "superagent": "7.1.2",
  26. "ws": "8.5.0"
  27. },
  28. "devDependencies": {
  29. "babel-eslint": "10.1.0",
  30. "eslint": "6.8.0",
  31. "eslint-plugin-jest": "23.8.2",
  32. "jest": "25.3.0"
  33. }
  34. }