mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 00:09:00 +08:00
3f18689c2b
* fix * add version
20 lines
416 B
JSON
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
|
|
}
|
|
]
|
|
}
|