UNPKG

@polkadot/api-provider

Version:
47 lines (46 loc) 1.14 kB
{ "name": "@polkadot/api-provider", "version": "0.30.45", "description": "Transport providers for the API", "main": "index.js", "keywords": [ "Polkadot", "JsonRPC" ], "author": "Jaco Greeff <jacogr@gmail.com>", "maintainers": [ "Jaco Greeff <jacogr@gmail.com>" ], "contributors": [], "license": "ISC", "engines": { "node": ">=6.4" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+https://github.com/polkadot-js/api.git" }, "bugs": { "url": "https://github.com/polkadot-js/api/issues" }, "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-provider#readme", "dependencies": { "@babel/runtime": "^7.0.0", "@polkadot/storage": "^0.30.45", "@polkadot/util": "^0.30.7", "@polkadot/util-crypto": "^0.30.7", "@polkadot/util-keyring": "^0.30.7", "@types/nock": "^9.1.3", "eventemitter3": "^3.1.0", "isomorphic-fetch": "^2.2.1", "websocket": "^1.0.25" }, "devDependencies": { "mock-socket": "^8.0.2", "nock": "^9.6.1" } }