@moda-design/cli-linux-x64 0.15.0
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/bin/moda +0 -0
- package/package.json +19 -0
package/bin/moda
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@moda-design/cli-linux-x64",
|
|
3
|
+
"version": "0.15.0",
|
|
4
|
+
"description": "moda CLI binary for linux-x64. Installed automatically by the 'moda' wrapper package.",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"repository": "github:moda-design/moda",
|
|
7
|
+
"os": [
|
|
8
|
+
"linux"
|
|
9
|
+
],
|
|
10
|
+
"cpu": [
|
|
11
|
+
"x64"
|
|
12
|
+
],
|
|
13
|
+
"files": [
|
|
14
|
+
"bin/moda"
|
|
15
|
+
],
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"registry": "https://npm.pkg.github.com"
|
|
18
|
+
}
|
|
19
|
+
}
|