-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 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
{
"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.unity.dependencies" : "1.1.2",
"com.reown.appkit.unity" : "1.1.2"
},
"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"
}