mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:19:06 +08:00
baa9d834e7
* node-api-config-fix * port-ver * upd * hash * newver * add-ver * . * . * respect vcpkg_build_type in config * addver * Update node-addon-api.json
20 lines
416 B
JSON
20 lines
416 B
JSON
{
|
|
"name": "node-api",
|
|
"version-semver": "18.12.1",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|