UNPKG

@radixdlt/application

Version:

A JavaScript client library for interacting with the Radix Distributed Ledger.

51 lines (50 loc) 1.45 kB
{ "name": "@radixdlt/application", "version": "4.0.22", "description": "A JavaScript client library for interacting with the Radix Distributed Ledger.", "keywords": [ "RadixApplicationClient", "ApplicationLayer", "Radix", "RadixDLT" ], "author": "Alexander Cyon <alex.cyon@gmail.com>", "homepage": "https://github.com/radixdlt/radixdlt-javascript/tree/master/packages/application#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": "jest -c ./jest.config.js --rootDir=.", "server": "open-rpc-mock-server -d ./test/rpc-spec.json -p 3333 &", "postserver": "kill $(lsof -t -i:3333)" }, "bugs": { "url": "https://github.com/radixdlt/radixdlt-javascript/issues" }, "engines": { "node": ">=15.5.0 <16" }, "dependencies": { "@open-rpc/mock-server": "1.7.2", "@open-rpc/schema-utils-js": "1.14.3", "jest": "^26.6.3", "json-schema-faker": "^0.5.0-rcv.34", "neverthrow": "^4.0.1", "node-fetch": "^2.6.1", "ramda": "^0.27.1", "rxjs": "7.0.0" }, "devDependencies": { "@types/bignumber.js": "^5.0.0", "axios-mock-adapter": "^1.20.0", "bignumber.js": "^9.0.1", "fetch-mock-jest": "^1.5.1" }, "gitHead": "e2f80338d9f5c6f88929d2b08015e12bce7c76bb" }