Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
22 lines
398 B
Plaintext
22 lines
398 B
Plaintext
{
|
|
"name": "@sentry/cli-linux-arm64",
|
|
"version": "2.58.4",
|
|
"description": "The linux arm64 distribution of the Sentry CLI binary.",
|
|
"repository": "https://github.com/getsentry/sentry-cli",
|
|
"license": "FSL-1.1-MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"os": [
|
|
"linux",
|
|
"freebsd",
|
|
"android"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
]
|
|
}
|