56 lines
1006 B
JSON
56 lines
1006 B
JSON
{
|
|
"author": "Luis Blanco <luisblanco1337@gmail.com>",
|
|
"name": "deps-uiohook-raub",
|
|
"version": "0.1.0",
|
|
"description": "Binaries and headers for libUIOHook-dependent compilation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"dependency",
|
|
"libuiohook",
|
|
"uiohook",
|
|
"binary",
|
|
"library",
|
|
"headers",
|
|
"lib",
|
|
"c++",
|
|
"addon",
|
|
"bindings",
|
|
"native",
|
|
"gyp"
|
|
],
|
|
"files": [
|
|
"include",
|
|
"index.js",
|
|
"install.d.ts",
|
|
"install.js",
|
|
"LIBUIOHOOK_LGPL.md",
|
|
"LICENSE",
|
|
"package.json",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "node install",
|
|
"eslint": "eslint .",
|
|
"test": "node --test"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.14.0",
|
|
"npm": ">=10.7.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-3d/deps-uiohook-raub.git"
|
|
},
|
|
"dependencies": {
|
|
"addon-tools-raub": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.13",
|
|
"@eslint/js": "^9.3.0",
|
|
"eslint": "^9.3.0",
|
|
"node-addon-api": "^8.0.0",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|