forked from polkadot-js/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@polkadot/rpc-provider",
"version": "0.82.0-beta.24",
"description": "Transport providers for the API",
"main": "index.js",
"keywords": [
"Polkadot",
"JsonRPC"
],
"author": "Jaco Greeff <[email protected]>",
"maintainers": [
"Jaco Greeff <[email protected]>"
],
"contributors": [],
"license": "Apache-2.0",
"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/rpc-provider#readme",
"dependencies": {
"@babel/runtime": "^7.4.5",
"@polkadot/storage": "^0.82.0-beta.24",
"@polkadot/util": "^0.94.0-beta.4",
"@polkadot/util-crypto": "^0.94.0-beta.4",
"@types/nock": "^10.0.3",
"eventemitter3": "^4.0.0",
"isomorphic-fetch": "^2.2.1",
"websocket": "^1.0.28"
},
"devDependencies": {
"@polkadot/keyring": "^0.94.0-beta.4",
"mock-socket": "^8.0.5",
"nock": "^10.0.4"
}
}