-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
37 lines (37 loc) · 917 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
32
33
34
35
36
37
{
"name": "@open-web3/app-util",
"version": "2.0.2-0",
"description": "Utilities for node.js application",
"main": "index.js",
"author": "Laminar Developers <[email protected]>",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": "https://github.com/open-web3-stack/open-web3.js.git",
"bugs": {
"url": "https://github.com/open-web3-stack/open-web3.js/issues"
},
"homepage": "https://github.com/open-web3-stack/open-web3.js",
"dependencies": {
"@open-web3/util": "2.0.2-0",
"rxjs": "^7.5.5"
},
"peerDependencies": {
"@polkadot/types": "^8.7.1",
"@slack/webhook": "^6.0.0",
"big.js": ">6.1.1"
},
"peerDependenciesMeta": {
"@polkadot/types": {
"optional": true
},
"@slack/webhook": {
"optional": true
},
"big.js": {
"optional": true
}
}
}