addon-tools-el/package.json

44 lines
734 B
JSON

{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "addon-tools-raub",
"version": "5.0.0",
"description": "Helpers for Node.js addons and dependency packages",
"license": "MIT",
"main": "index.js",
"keywords": [
"headers",
"include",
"events",
"utils",
"c++",
"addon",
"bindings",
"native",
"napi",
"gyp"
],
"files": [
"bat",
"include",
"download.js",
"index.js",
"install.js",
"writable-buffer.js",
"LICENSE",
"package.json",
"README.md"
],
"engines": {
"node": ">=10.16.1",
"npm": ">=6.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/node-3d/addon-tools-raub.git"
},
"dependencies": {
"node-addon-api": "1.7.1",
"unzipper": "0.10.1"
}
}