@dekaruntime/dsc-linux-x64 0.0.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/README.md +1 -0
- package/package.json +17 -0
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Placeholder. Real contents are published by CI from dekaruntime/create-deka-app.
|
package/package.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@dekaruntime/dsc-linux-x64",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "placeholder \u2014 prebuilt binaries for linux-x64",
|
|
5
|
+
"os": [
|
|
6
|
+
"linux"
|
|
7
|
+
],
|
|
8
|
+
"cpu": [
|
|
9
|
+
"x64"
|
|
10
|
+
],
|
|
11
|
+
"license": "Apache-2.0",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git+https://github.com/dekaruntime/create-deka-app.git"
|
|
15
|
+
},
|
|
16
|
+
"homepage": "https://deka.gg"
|
|
17
|
+
}
|