mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-09 20:12:18 +10:00
21 lines
306 B
JSON
21 lines
306 B
JSON
{
|
|
"name": "@drop/droplet-linux-arm64-gnu",
|
|
"version": "0.0.0",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"main": "droplet.linux-arm64-gnu.node",
|
|
"files": [
|
|
"droplet.linux-arm64-gnu.node"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"libc": [
|
|
"glibc"
|
|
]
|
|
} |