-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 853 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
{
"name": "walletconnect-session-url",
"version": "1.0.6",
"description": "Create a session middleware with the given options. Then dapp and wallet can interact together with session without scan qrcode or paste uri.",
"main": "index.js",
"scripts": {
"test": "npm run test",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chendinh/walletconnect-session-url.git"
},
"keywords": [
"walletconnect",
"auto",
"connection",
"url",
"session"
],
"author": "ChenDinh",
"license": "ISC",
"bugs": {
"url": "https://github.com/chendinh/walletconnect-session-url/issues"
},
"homepage": "https://github.com/chendinh/walletconnect-session-url#readme",
"dependencies": {
"crypto-js": "^4.1.1",
"query-string": "^8.1.0"
},
"type": "module"
}