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