Files
xahau.js/packages/ripple-binary-codec/package.json
Denis Angell 30dd582835 Publish
- @transia/ripple-binary-codec@1.4.4-alpha.3
 - @transia/ripple-keypairs@1.1.6-alpha.3
 - @transia/xrpl@2.7.1-alpha.6
2023-03-28 22:00:17 +00:00

48 lines
1.2 KiB
JSON

{
"name": "@transia/ripple-binary-codec",
"publishConfig": {
"access": "public"
},
"version": "1.4.4-alpha.3",
"description": "XRP Ledger binary codec",
"files": [
"dist/*",
"bin/*",
"test/*"
],
"main": "dist/",
"directories": {
"test": "test"
},
"dependencies": {
"@transia/ripple-address-codec": "^4.2.6-alpha.0",
"assert": "^2.0.0",
"big-integer": "^1.6.48",
"buffer": "5.6.0",
"create-hash": "^1.2.0",
"decimal.js": "^10.2.0"
},
"scripts": {
"build": "tsc -b && copyfiles ./src/enums/definitions.json ./dist/enums/",
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
"prepare": "npm run build && npm test",
"test": "jest --verbose false --silent=false ./test/*.test.js",
"lint": "eslint . --ext .ts --ext .test.js"
},
"repository": {
"type": "git",
"url": "git@github.com/Transia-RnD/xrpl.js/tree/beta"
},
"bugs": {
"url": "https://github.com/XRPLF/xrpl.js/issues"
},
"homepage": "https://github.com/XRPLF/xrpl.js/tree/main/packages/ripple-binary-codec#readme",
"license": "ISC",
"readmeFilename": "README.md",
"prettier": "@xrplf/prettier-config",
"engines": {
"node": ">= 10"
},
"gitHead": "943142cb73821de7a4662cc660c5693a3ec2ff81"
}