UNPKG

@radixdlt/atom-transaction-mapping

Version:
46 lines (45 loc) 1.26 kB
{ "name": "@radixdlt/atom-transaction-mapping", "version": "1.0.7-alpha.0", "description": "Create Atoms from actions", "keywords": [ "Mapper", "Reducer", "Actions", "AtomMapper", "AtomReducer" ], "author": "Alexander Cyon <alex.cyon@gmail.com>", "homepage": "https://github.com/radixdlt/radixdlt-javascript/tree/master/packages/atom-transaction-mapping#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" }, "dependencies": { "@radixdlt/account": "^1.0.7-alpha.0", "@radixdlt/actions": "^1.0.7-alpha.0", "@radixdlt/atom": "^1.0.7-alpha.0", "@radixdlt/primitives": "^1.0.6-alpha.0", "@radixdlt/uint256": "^1.1.0", "@radixdlt/util": "^1.0.6-alpha.0", "@types/uuid": "^8.3.0", "neverthrow": "^4.0.1", "rxjs": "7.0.0-beta.10", "uuid": "^8.3.2" }, "bugs": { "url": "https://github.com/radixdlt/radixdlt-javascript/issues" }, "engines": { "node": ">=15.5.0 <16" }, "gitHead": "f60996b32ec2dfd469214af98a9248c3aaecf12a" }