mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:13:50 +08:00
7c4f51feb0
* [node-api-headers] add usage * port-ver * . * . * Update usage * Update node-api-headers.json
22 lines
472 B
JSON
22 lines
472 B
JSON
{
|
|
"name": "node-api-headers",
|
|
"version": "1.0.0",
|
|
"port-version": 1,
|
|
"description": "NodeJS API for writing modules in C++",
|
|
"homepage": "https://nodejs.org/api/addons.html",
|
|
"license": "MIT",
|
|
"supports": "(windows & !arm & !uwp) | linux | osx",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|