-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 957 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
{
"name": "web3-shh",
"version": "1.7.3",
"description": "Web3 module to interact with the Whisper messaging protocol.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-shh",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0"
},
"types": "types/index.d.ts",
"scripts": {
"compile": "tsc -b tsconfig.json",
"dtslint": "dtslint --localTs ../../node_modules/typescript/lib types",
"postinstall": "echo \"WARNING: the web3-shh api will be deprecated in the next version\""
},
"main": "lib/index.js",
"dependencies": {
"web3-core": "1.7.3",
"web3-core-method": "1.7.3",
"web3-core-subscriptions": "1.7.3",
"web3-net": "1.7.3"
},
"devDependencies": {
"@types/node": "^12.12.6",
"dtslint": "^3.4.1",
"typescript": "^3.9.5"
},
"gitHead": "f9bcad8ae63e3d0096859172cba35387f49f964e"
}