addon-tools-el/package.json

63 lines
1.2 KiB
JSON

{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "addon-tools-raub",
"version": "5.3.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": [
"include",
"cpbin.js",
"cpbin.d.ts",
"download.js",
"download.d.ts",
"index.js",
"index.d.ts",
"install.js",
"install.d.ts",
"utils.js",
"utils.d.ts",
"writable-buffer.js",
"writable-buffer.d.ts",
"LICENSE",
"package.json",
"README.md"
],
"engines": {
"node": ">=14.16.0",
"npm": ">=6.14.1"
},
"scripts": {
"eslint": "eslint .",
"test": "cd test && npm run test && cd ..",
"test-ci": "cd test && npm run test-ci && cd ..",
"test-install": "cd test && npm ci && cd ..",
"test-coverage": "cd test && npm run coverage && cd .."
},
"repository": {
"type": "git",
"url": "https://github.com/node-3d/addon-tools-raub.git"
},
"dependencies": {
"adm-zip": "0.5.4",
"node-addon-api": "3.1.0"
},
"devDependencies": {
"eslint": "^7.23.0",
"eslint-plugin-jest": "^24.3.3",
"eslint-plugin-node": "^11.1.0"
}
}