@sprawling/sprawling-linux-x64-musl 0.0.5-pre.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/package.json +10 -0
package/package.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@sprawling/sprawling-linux-x64-musl",
|
|
3
|
+
"version": "0.0.5-pre.0",
|
|
4
|
+
"description": "Name reservation only. The binary for this platform arrives with the first tagged release; see the repository.",
|
|
5
|
+
"license": "MPL-2.0",
|
|
6
|
+
"repository": { "type": "git", "url": "git+https://github.com/2youg1/sprawling-agents.git" },
|
|
7
|
+
"homepage": "https://github.com/2youg1/sprawling-agents",
|
|
8
|
+
"os": ["linux"],
|
|
9
|
+
"cpu": ["x64"]
|
|
10
|
+
}
|