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