@radixdlt/primitives
Version:
45 lines (44 loc) • 1.11 kB
JSON
{
"name": "@radixdlt/primitives",
"version": "3.0.9",
"description": "Shared common data types",
"keywords": [
"Integers",
"Nonce",
"Base58",
"Encoding"
],
"author": "Alexander Cyon <alex.cyon@gmail.com>",
"homepage": "https://github.com/radixdlt/radixdlt-javascript/tree/master/packages/primitives#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/data-formats": "1.0.30",
"@radixdlt/uint256": "1.1.0",
"@radixdlt/util": "1.0.29",
"bn.js": "^5.1.3",
"long": "^4.0.0",
"neverthrow": "^4.0.1"
},
"devDependencies": {
"@types/bn.js": "^4.11.6",
"@types/long": "^4.0.1"
},
"gitHead": "14ef871b175ad600f391f03665ce0fc51039ff86"
}