mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
19 lines
516 B
JSON
19 lines
516 B
JSON
{
|
|
"dependencies": {
|
|
"ripple-keypairs": "^1.1.3",
|
|
"ripple-lib": "^1.10.0",
|
|
"xrpl": "^2.1.1",
|
|
"xrpl-binary-codec": "^1.3.0",
|
|
"xrpl-hooks": "^2.1.1"
|
|
},
|
|
"name": "hookset",
|
|
"description": "This test set pertains to testing the functionality of installing / creating / updating / deleting hooks. In short: everything except running hooks.",
|
|
"version": "1.0.0",
|
|
"main": "''",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|