UNPKG

@nimiq/hub-api

Version:

The Nimiq Hub provides a unified interface for all Nimiq accounts, addresses, and contracts. It is the primary UI for Nimiq users to manage their accounts and provides websites and apps with a concise API to interact with their users’ Nimiq addresses.

48 lines (47 loc) 1.2 kB
{ "name": "@nimiq/hub-api", "version": "1.11.0", "main": "dist/HubApi.umd.js", "module": "dist/HubApi.es.js", "repository": "https://github.com/nimiq/hub/tree/master/client", "author": "Nimiq Network Ltd.", "license": "Apache-2.0", "private": false, "types": "types/index.d.ts", "dependencies": { "@nimiq/core": "^2.1.1", "@nimiq/fastspot-api": "^1.10.2", "@nimiq/rpc": "^0.4.0", "@nimiq/utils": "^0.5.0", "@opengsn/common": "^2.2.5", "big-integer": "^1.6.48" }, "devDependencies": { "@rollup/plugin-json": "^4.1.0", "rollup": "^1.12.1", "rollup-plugin-node-resolve": "^5.0.0", "rollup-plugin-terser": "^4.0.4", "tslint": "^5.16.0", "typescript": "~3.8.0" }, "files": [ "dist", "types" ], "keywords": [ "Nimiq", "Hub", "Hub API" ], "bugs": { "url": "https://github.com/nimiq/hub/issues" }, "homepage": "https://github.com/nimiq/hub#readme", "scripts": { "build": "rm -rf build && rm -rf dist && tsc && rollup -c", "lint": "tslint --project tsconfig.json", "lintfix": "yarn lint --fix", "i18n:pull": "tx pull --all --force", "i18n:push": "tx push --source" } }