@radixdlt/atom
Version:
Container for CRUD instructions known as 'Particles' that are sent to the Radix decentralized ledger
39 lines (38 loc) • 1.08 kB
JSON
{
"name": "@radixdlt/atom",
"version": "1.0.7-alpha.8",
"description": "Container for CRUD instructions known as 'Particles' that are sent to the Radix decentralized ledger",
"keywords": [
"Atom",
"Container",
"CRUD",
"Particle"
],
"author": "Alexander Cyon <alex.cyon@gmail.com>",
"homepage": "https://github.com/radixdlt/radixdlt-javascript/tree/master/packages/atom#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": "^1.0.7-alpha.8",
"@radixdlt/data-formats": "^1.0.6-alpha.4",
"@radixdlt/primitives": "^1.0.6-alpha.4",
"neverthrow": "^4.0.1"
},
"gitHead": "345d8b47d7cfe076b1bd1fb8ab0847eb3a28c206"
}