forked from polkadot-js/api
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 1.01 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
{
"name": "@polkadot/api",
"version": "3.1.2-7",
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
"main": "index.js",
"module": "index.mjs",
"sideEffects": [
"./detectPackage.js",
"./detectPackage.mjs"
],
"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/api#readme",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/api-derive": "3.1.2-7",
"@polkadot/keyring": "^5.1.2-1",
"@polkadot/metadata": "3.1.2-7",
"@polkadot/rpc-core": "3.1.2-7",
"@polkadot/rpc-provider": "3.1.2-7",
"@polkadot/types": "3.1.2-7",
"@polkadot/types-known": "3.1.2-7",
"@polkadot/util": "^5.1.2-1",
"@polkadot/util-crypto": "^5.1.2-1",
"@polkadot/x-rxjs": "3.1.2-7",
"bn.js": "^4.11.9",
"eventemitter3": "^4.0.7"
}
}