You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "ripple-keypairs",
  3. "version": "1.1.5",
  4. "description": "Cryptographic key pairs for the XRP Ledger",
  5. "scripts": {
  6. "build": "tsc -b",
  7. "test": "jest --verbose false --silent=false ./test/*.test.ts",
  8. "clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
  9. "lint": "eslint . --ext .ts",
  10. "prepublish": "npm run lint && npm test"
  11. },
  12. "files": [
  13. "dist/*"
  14. ],
  15. "main": "dist/",
  16. "directories": {
  17. "test": "test"
  18. },
  19. "dependencies": {
  20. "bn.js": "^5.1.1",
  21. "brorand": "^1.0.5",
  22. "elliptic": "^6.5.4",
  23. "hash.js": "^1.0.3",
  24. "ripple-address-codec": "^4.2.5"
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "git@github.com:XRPLF/xrpl.js.git"
  29. },
  30. "license": "ISC",
  31. "prettier": "@xrplf/prettier-config",
  32. "engines": {
  33. "node": ">= 10"
  34. },
  35. "gitHead": "b3d3bc2f99c21336c32d234026ddff79f16e8194"
  36. }