mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-09 20:12:18 +10:00
22 lines
367 B
JSON
22 lines
367 B
JSON
{
|
|
"name": "@drop-oss/droplet-linux-arm-musleabihf",
|
|
"version": "0.0.0",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"main": "droplet.linux-arm-musleabihf.node",
|
|
"files": [
|
|
"droplet.linux-arm-musleabihf.node"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/Drop-OSS/droplet"
|
|
}
|
|
}
|