forked from polkadot-js/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "@polkadot/api",
"version": "0.82.0-beta.24",
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
"main": "index.js",
"keywords": [
"Polkadot",
"RxJs"
],
"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/api#readme",
"dependencies": {
"@babel/runtime": "^7.4.5",
"@polkadot/api-derive": "^0.82.0-beta.24",
"@polkadot/extrinsics": "^0.82.0-beta.24",
"@polkadot/rpc-core": "^0.82.0-beta.24",
"@polkadot/rpc-provider": "^0.82.0-beta.24",
"@polkadot/storage": "^0.82.0-beta.24",
"@polkadot/types": "^0.82.0-beta.24",
"@polkadot/util-crypto": "^0.94.0-beta.4"
},
"devDependencies": {
"@polkadot/keyring": "^0.94.0-beta.4"
}
}