{
  "name": "ripple-keypairs",
  "version": "3.0.0",
  "description": "Cryptographic key pairs for the XRP Ledger",
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "test": "jest --verbose false --silent=false ./test/*.test.ts",
    "test:browser": "npm run build && karma start ./karma.config.js",
    "clean": "rm -rf ./dist ./coverage ./test/testCompiledForWeb tsconfig.build.tsbuildinfo",
    "lint": "eslint . --max-warnings 0",
    "prepublish": "npm run lint && npm test"
  },
  "files": [
    "dist/*",
    "src/*"
  ],
  "main": "dist/",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "@noble/curves": "^2.0.1",
    "@xrplf/isomorphic": "^1.0.2",
    "ripple-address-codec": "^5.0.1"
  },
  "keywords": [
    "ripple",
    "xrp",
    "xrp ledger",
    "xrpl"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:XRPLF/xrpl.js.git"
  },
  "license": "ISC",
  "prettier": "@xrplf/prettier-config",
  "engines": {
    "node": ">= 18"
  }
}
