{ "name": "xahau-keypairs", "version": "2.0.0", "description": "Cryptographic key pairs for the XAH 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 . --ext .ts", "prepublish": "npm run lint && npm test" }, "files": [ "dist/*", "src/*" ], "main": "dist/", "directories": { "test": "test" }, "dependencies": { "@noble/curves": "^1.0.0", "@xrplf/isomorphic": "^1.0.0", "xahau-address-codec": "^5.0.0" }, "keywords": [ "xahau", "xah", "xahau ledger", "xahau" ], "repository": { "type": "git", "url": "git@github.com:Xahau/xahau.js.git" }, "license": "ISC", "prettier": "@xrplf/prettier-config", "engines": { "node": ">= 18" } }