forked from polkadot-js/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 939 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@polkadot/rpc-provider",
"version": "3.9.4-0",
"description": "Transport providers for the API",
"main": "index.js",
"sideEffects": false,
"author": "Jaco Greeff <[email protected]>",
"maintainers": [],
"contributors": [],
"license": "Apache-2.0",
"repository": "github:polkadot-js/api",
"bugs": "https://github.com/polkadot-js/api/issues",
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme",
"dependencies": {
"@babel/runtime": "^7.12.13",
"@polkadot/types": "3.9.4-0",
"@polkadot/util": "^5.6.3",
"@polkadot/util-crypto": "^5.6.3",
"@polkadot/x-fetch": "^5.6.3",
"@polkadot/x-global": "^5.6.3",
"@polkadot/x-ws": "^5.6.3",
"bn.js": "^4.11.9",
"eventemitter3": "^4.0.7"
},
"devDependencies": {
"@polkadot/keyring": "^5.6.3",
"@polkadot/metadata": "3.9.4-0",
"mock-socket": "^9.0.3",
"nock": "^13.0.7"
}
}