@radixdlt/tx-parser
Version:
Parsing of Radix Engine transactions and instructions
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "@radixdlt/tx-parser",
"version": "2.1.23",
"description": "Parsing of Radix Engine transactions and instructions",
"keywords": [
"Radix Engine",
"Transaction",
"OP"
],
"author": "Alexander Cyon <alex.cyon@gmail.com>",
"homepage": "https://github.com/radixdlt/radixdlt-javascript/tree/master/packages/tx-parser#readme",
"license": "Apache-2.0",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radixdlt/radixdlt-javascript.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/radixdlt/radixdlt-javascript/issues"
},
"engines": {
"node": ">=15.5.0 <16"
},
"dependencies": {
"@radixdlt/account": "^3.0.14",
"@radixdlt/crypto": "^2.1.17",
"@radixdlt/primitives": "^3.0.9",
"@radixdlt/uint256": "1.1.0",
"@radixdlt/util": "1.0.29",
"long": "^4.0.0",
"neverthrow": "^4.0.1"
},
"devDependencies": {
"@types/bn.js": "^4.11.6",
"@types/long": "^4.0.1"
},
"gitHead": "ab9c32eb1fa60d467362ef8eb97799ccf475eb2d"
}