@mana-app/dev-linux-arm64 0.1.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.
Files changed (3) hide show
  1. package/mana-dev +0 -0
  2. package/mana-watcher +0 -0
  3. package/package.json +12 -0
package/mana-dev ADDED
Binary file
package/mana-watcher ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "@mana-app/dev-linux-arm64",
3
+ "version": "0.1.0",
4
+ "description": "Mana dev toolchain binaries for Linux ARM64",
5
+ "license": "ISC",
6
+ "os": ["linux"],
7
+ "cpu": ["arm64"],
8
+ "files": [
9
+ "mana-dev",
10
+ "mana-watcher"
11
+ ]
12
+ }