@sansavision/atlas-linux-x64-musl 0.1.9
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 +5 -0
- package/bin/atlas +0 -0
- package/bin/atlas-mcp +0 -0
- package/package.json +12 -0
package/README.md
ADDED
package/bin/atlas
ADDED
|
Binary file
|
package/bin/atlas-mcp
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@sansavision/atlas-linux-x64-musl",
|
|
3
|
+
"version": "0.1.9",
|
|
4
|
+
"description": "Atlas native binaries for linux x64 (musl)",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"private": false,
|
|
7
|
+
"publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" },
|
|
8
|
+
"os": ["linux"],
|
|
9
|
+
"cpu": ["x64"],
|
|
10
|
+
"files": ["bin/", "README.md"],
|
|
11
|
+
"main": "README.md"
|
|
12
|
+
}
|