{
"name": "@esbuild/android-arm",
"version": "0.20.2",
"description": "A WebAssembly shim for esbuild on Android ARM.",
"repository": {
"type": "git",
"url": "git+https://github.com/evanw/esbuild.git"
},
"license": "MIT",
"preferUnplugged": true,
"engines": {
"node": ">=12"
},
"os": [
"android"
],
"cpu": [
"arm"
]
}