25 lines
437 B
JSON
25 lines
437 B
JSON
{
|
|
"name": "@native-sdk/cli-linux-x64-gnu",
|
|
"version": "0.5.0",
|
|
"description": "The native CLI binary for Linux x64 (glibc)",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"libc": [
|
|
"glibc"
|
|
],
|
|
"files": [
|
|
"bin"
|
|
],
|
|
"preferUnplugged": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vercel-labs/native.git"
|
|
},
|
|
"homepage": "https://native-sdk.dev",
|
|
"license": "Apache-2.0"
|
|
}
|