blob: fdc72c01b6bfb0201c93fa1c32d850762be2ea16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "turbo-{{Os}}-{{Arch}}",
"version": "{{Version}",
"description": "The {{Os}}-{{Arch}} binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turbo",
"bugs": "https://github.com/vercel/turbo/issues",
"homepage": "https://turbo.build/repo",
"license": "MPL-2.0",
"os": ["{{Os}}"],
"cpu": ["{{Arch}}"],
"preferUnplugged": true
}
|