@tokenade/cli-win32-x64 0.8.13
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 +15 -0
- package/tokenade.exe +0 -0
package/package.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@tokenade/cli-win32-x64",
|
|
3
|
+
"version": "0.8.13",
|
|
4
|
+
"description": "Tokenade CLI binary for win32/x64. Installed automatically as an optionalDependency of @tokenade/cli.",
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
|
+
"os": [
|
|
7
|
+
"win32"
|
|
8
|
+
],
|
|
9
|
+
"cpu": [
|
|
10
|
+
"x64"
|
|
11
|
+
],
|
|
12
|
+
"files": [
|
|
13
|
+
"tokenade.exe"
|
|
14
|
+
]
|
|
15
|
+
}
|
package/tokenade.exe
ADDED
|
Binary file
|