xrpl-binary-codec-prerelease
Version:
XRP Ledger Protocol Binary Codec - For XRPL, Xahau and other networks (with dynamic definitions)
47 lines (46 loc) • 1.35 kB
JSON
{
"name": "xrpl-binary-codec-prerelease",
"version": "9.0.0",
"description": "XRP Ledger Protocol Binary Codec - For XRPL, Xahau and other networks (with dynamic definitions)",
"files": [
"dist/*",
"src/*"
],
"main": "dist/",
"directories": {
"test": "test"
},
"dependencies": {
"@xrplf/isomorphic": "^1.0.1",
"bignumber.js": "^9.0.0",
"ripple-address-codec": "^5.0.0"
},
"scripts": {
"build": "tsc --build tsconfig.build.json && copyfiles ./src/enums/definitions.json ./dist/enums/",
"clean": "rm -rf ./dist ./coverage ./test/testCompiledForWeb tsconfig.build.tsbuildinfo",
"prepublishOnly": "npm test",
"test": "npm run build && jest --verbose false --silent=false ./test/*.test.ts",
"test:browser": "npm run build && karma start ./karma.config.js",
"lint": "eslint . --ext .ts --ext .test.js"
},
"keywords": [
"xrp",
"xrp ledger",
"xrpl",
"xahau"
],
"repository": {
"type": "git",
"url": "git@github.com:WietseWind/xrpl.js.git"
},
"bugs": {
"url": "https://github.com/WietseWind/xrpl.js/issues"
},
"homepage": "https://github.com/WietseWind/xrpl.js/tree/main/packages/ripple-binary-codec#readme",
"license": "ISC",
"readmeFilename": "README.md",
"prettier": "@xrplf/prettier-config",
"engines": {
"node": ">= 18"
}
}