vcpkg/ports/node-api/vcpkg.json
Leonid Pospelov 3f18689c2b
[node-api] Fix MacOS linking errors (#29013)
* fix

* add version
2023-01-18 13:35:52 -08:00

20 lines
416 B
JSON

{
"name": "node-api",
"version-semver": "18.12.1",
"port-version": 1,
"description": "NodeJS API for writing modules in C++",
"homepage": "https://nodejs.org/api/addons.html",
"license": null,
"supports": "((windows & !arm) | linux | osx) & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}