aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/node-addon-api/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/node-addon-api/vcpkg.json')
-rw-r--r--vcpkg/ports/node-addon-api/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/node-addon-api/vcpkg.json b/vcpkg/ports/node-addon-api/vcpkg.json
new file mode 100644
index 0000000..bde571d
--- /dev/null
+++ b/vcpkg/ports/node-addon-api/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "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
+ }
+ ]
+}