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