-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "@setheum.js/types",
"version": "3.4.0",
"description": "Polkadot.js type definations for Setheum Network",
"main": "index.js",
"author": "Setheum Labs",
"maintainers": [
"Muhammad-Jibril B.A. <[email protected]>",
"HuangLeiWan. <[email protected]>"
],
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": "https://github.com/setheum-js/setheum.js.git",
"bugs": {
"url": "https://github.com/setheum-js/setheum.js/issues"
},
"homepage": "https://github.com/setheum-js/setheum.js",
"dependencies": {
"@setheum.js/type-definitions": "3.3.2",
"@babel/runtime": "^7.10.2",
"@open-web3/api-mobx": "^1.0.2-0",
"@open-web3/orml-types": "^1.0.2-0",
"@polkadot/api": "^7.1.1",
"@polkadot/typegen": "^7.1.1",
"@polkadot/types": "^7.1.1"
},
"devDependencies": {
"@types/websocket": "^1.0.0",
"websocket": "^1.0.31"
},
"peerDependencies": {
"@polkadot/api": "^7.1.1",
"@polkadot/typegen": "^7.1.1",
"@polkadot/types": "^7.1.1"
}
}