UNPKG

1.14 kBJSONView Raw
1{
2 "name": "@polkadot/api-provider",
3 "version": "0.30.45",
4 "description": "Transport providers for the API",
5 "main": "index.js",
6 "keywords": [
7 "Polkadot",
8 "JsonRPC"
9 ],
10 "author": "Jaco Greeff <jacogr@gmail.com>",
11 "maintainers": [
12 "Jaco Greeff <jacogr@gmail.com>"
13 ],
14 "contributors": [],
15 "license": "ISC",
16 "engines": {
17 "node": ">=6.4"
18 },
19 "publishConfig": {
20 "access": "public",
21 "registry": "https://registry.npmjs.org"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/polkadot-js/api.git"
26 },
27 "bugs": {
28 "url": "https://github.com/polkadot-js/api/issues"
29 },
30 "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-provider#readme",
31 "dependencies": {
32 "@babel/runtime": "^7.0.0",
33 "@polkadot/storage": "^0.30.45",
34 "@polkadot/util": "^0.30.7",
35 "@polkadot/util-crypto": "^0.30.7",
36 "@polkadot/util-keyring": "^0.30.7",
37 "@types/nock": "^9.1.3",
38 "eventemitter3": "^3.1.0",
39 "isomorphic-fetch": "^2.2.1",
40 "websocket": "^1.0.25"
41 },
42 "devDependencies": {
43 "mock-socket": "^8.0.2",
44 "nock": "^9.6.1"
45 }
46}