@tananetwork/cli-linux-x64 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +26 -0
- package/tana +0 -0
package/package.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@tananetwork/cli-linux-x64",
|
|
3
|
+
"version": "0.3.6",
|
|
4
|
+
"description": "Tana CLI - Linux x64 binary",
|
|
5
|
+
"bin": {
|
|
6
|
+
"tana": "./tana"
|
|
7
|
+
},
|
|
8
|
+
"os": [
|
|
9
|
+
"linux"
|
|
10
|
+
],
|
|
11
|
+
"cpu": [
|
|
12
|
+
"x64"
|
|
13
|
+
],
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/tananetwork/tana-cli.git"
|
|
17
|
+
},
|
|
18
|
+
"keywords": [
|
|
19
|
+
"blockchain",
|
|
20
|
+
"smart-contracts",
|
|
21
|
+
"cli",
|
|
22
|
+
"tana"
|
|
23
|
+
],
|
|
24
|
+
"author": "Tana Network",
|
|
25
|
+
"license": "Apache-2.0"
|
|
26
|
+
}
|
package/tana
ADDED
|
Binary file
|