mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
* Publish - ripple-address-codec@4.2.0 - ripple-binary-codec@1.2.0 - ripple-keypairs@1.1.0 - xrpl@2.0.2 * moves back git hub pages docs to the top
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "ripple-binary-codec",
|
|
"version": "1.2.0",
|
|
"description": "XRP Ledger binary codec",
|
|
"files": [
|
|
"dist/*",
|
|
"bin/*",
|
|
"test/*"
|
|
],
|
|
"main": "dist/",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"assert": "^2.0.0",
|
|
"big-integer": "^1.6.48",
|
|
"buffer": "5.6.0",
|
|
"create-hash": "^1.2.0",
|
|
"decimal.js": "^10.2.0",
|
|
"ripple-address-codec": "^4.2.0"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -b && cp ./src/enums/definitions.json ./dist/enums",
|
|
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
|
|
"prepare": "npm run build && npm test",
|
|
"test": "jest",
|
|
"lint": "eslint . --ext .ts --ext .test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:XRPLF/xrpl.js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/XRPLF/xrpl.js/issues"
|
|
},
|
|
"homepage": "https://github.com/XRPLF/xrpl.js/packages/ripple-binary-codec#readme",
|
|
"license": "ISC",
|
|
"readmeFilename": "README.md",
|
|
"prettier": "@xrplf/prettier-config",
|
|
"engines": {
|
|
"node": ">=10.22.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
}
|