Files
xahau.js/packages/ripple-keypairs/package.json
Denis Angell d81d401a56 fix imports
fxiup
2023-03-28 21:28:58 +00:00

40 lines
962 B
JSON

{
"name": "@transia/ripple-keypairs",
"publishConfig": {
"access": "public"
},
"version": "1.1.6-alpha.1",
"description": "Cryptographic key pairs for the XRP Ledger",
"scripts": {
"build": "tsc -b",
"test": "jest --verbose false --silent=false ./test/*.test.ts",
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
"lint": "eslint . --ext .ts",
"prepublish": "npm run lint && npm test"
},
"files": [
"dist/*"
],
"main": "dist/",
"directories": {
"test": "test"
},
"dependencies": {
"@transia/ripple-address-codec": "^4.2.6-alpha.0",
"bn.js": "^5.1.1",
"brorand": "^1.0.5",
"elliptic": "^6.5.4",
"hash.js": "^1.0.3"
},
"repository": {
"type": "git",
"url": "git@github.com/Transia-RnD/xrpl.js/tree/beta"
},
"license": "ISC",
"prettier": "@xrplf/prettier-config",
"engines": {
"node": ">= 10"
},
"gitHead": "3409d5631577c3f2d7e304c73ba19dee6219d6ce"
}