aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-release/npm/@oven/bun-linux-aarch64/package.json
blob: 4f68fec41b22c1f7e85c82c3c0f21a8e0c4d8773 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "@oven/bun-linux-aarch64",
  "version": "0.5.3",
  "description": "This is the Linux arm64 binary for Bun, a fast all-in-one JavaScript runtime.",
  "homepage": "https://bun.sh",
  "bugs": "https://github.com/oven-sh/issues",
  "license": "MIT",
  "repository": "https://github.com/oven-sh/bun",
  "preferUnplugged": true,
  "os": [
    "linux"
  ],
  "cpu": [
    "arm64"
  ]
}