@dekaruntime/dsc-linux-x64 0.0.0 → 0.53.5

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.
Files changed (3) hide show
  1. package/bin/dsc +0 -0
  2. package/package.json +10 -5
  3. package/README.md +0 -1
package/bin/dsc ADDED
Binary file
package/package.json CHANGED
@@ -1,17 +1,22 @@
1
1
  {
2
2
  "name": "@dekaruntime/dsc-linux-x64",
3
- "version": "0.0.0",
4
- "description": "placeholder \u2014 prebuilt binaries for linux-x64",
3
+ "version": "0.53.5",
4
+ "description": "dsc prebuilt binary for linux-x64. Downloaded from the dsc release by CI and never built in this repo.",
5
5
  "os": [
6
6
  "linux"
7
7
  ],
8
8
  "cpu": [
9
9
  "x64"
10
10
  ],
11
- "license": "Apache-2.0",
11
+ "files": [
12
+ "bin/"
13
+ ],
12
14
  "repository": {
13
15
  "type": "git",
14
- "url": "git+https://github.com/dekaruntime/create-deka-app.git"
16
+ "url": "git+https://github.com/dekaruntime/create-deka-app.git",
17
+ "directory": "npm/dsc-linux-x64"
15
18
  },
16
- "homepage": "https://deka.gg"
19
+ "homepage": "https://deka.gg",
20
+ "bugs": "https://github.com/dekaruntime/deka/issues",
21
+ "license": "Apache-2.0"
17
22
  }
package/README.md DELETED
@@ -1 +0,0 @@
1
- Placeholder. Real contents are published by CI from dekaruntime/create-deka-app.