Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
420 B
JSON

{
"name": "node-addon-api",
"version": "8.3.1",
"description": "Module for using Node-API from C++",
"homepage": "https://github.com/nodejs/node-addon-api",
"license": "MIT",
"supports": "((windows & !arm) | linux | osx) & !uwp",
"dependencies": [
"node-api-headers",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}