-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.43 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
40
41
42
43
44
45
{
"name" : "com.trilitech.tezos-wallet-connect",
"version" : "0.1.0",
"unity" : "2022.3",
"displayName" : "Tezos Wallet Connect",
"description" : "Wallet connect package that works with tezos unity sdk.",
"dependencies" : {
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.nethereum.unity" : "4.26.0",
"com.reown.core" : "1.0.0",
"com.reown.core.crypto" : "1.0.0",
"com.reown.core.common" : "1.0.0",
"com.reown.core.network" : "1.0.0",
"com.reown.core.storage" : "1.0.0",
"com.reown.sign" : "1.0.0",
"com.reown.sign.unity" : "1.0.0",
"com.reown.sign.nethereum" : "1.0.0",
"com.reown.sign.nethereum.unity" : "1.0.0",
"com.reown.appkit.unity" : "1.0.1"
},
"keywords" : [
"tezos",
"blockchain",
"game-dev",
"unity",
"sdk",
"walletconnect"
],
"homepage" : "https://tezos.com/unity/",
"bugs" : {
"url": "https://github.com/trilitech/tezos-unity-sdk/issues"
},
"repository" : {
"type": "git",
"url" : "ssh://[email protected]:trilitech/tezos-unity-sdk.git"
},
"documentationUrl": "https://docs.tezos.com/unity/",
"changelogUrl" : "https://github.com/trilitech/tezos-unity-sdk/blob/main/CHANGELOG.md",
"author" : {
"name" : "TriliTech",
"email": "[email protected]",
"url" : "https://tezos.com/unity/"
},
"license" : "MIT"
}