19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"name": "@turbo/linux-64",
|
|
"version": "2.9.6",
|
|
"description": "The linux-x64 binary for turbo, a monorepo build system.",
|
|
"repository": "https://github.com/vercel/turborepo",
|
|
"bugs": "https://github.com/vercel/turborepo/issues",
|
|
"homepage": "https://turborepo.dev",
|
|
"license": "MIT",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"preferUnplugged": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
} |