UNPKG

node-libuiohook

Version:
61 lines (60 loc) 1.37 kB
{ "name": "node-libuiohook", "version": "1.1.2", "description": "NodeJS bindings for libuiohook", "main": "index.js", "directories": { "man": "man", "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "rebuild": "node-gyp rebuild", "build": "node-gyp build", "start": "npm run build && npm run typescript && node test.js", "typescript": "tsc -p tsconfig.json || exit 0", "prepublishOnly": "npm run build && npm run typescript" }, "repository": { "type": "git", "url": "git+https://github.com/planetary/libuiohook.git" }, "keywords": [ "hook", "mouse", "keyboard", "libuiohook" ], "author": "Planetary / Denys Korobeinikov", "license": "(GPL-3.0 OR LGPL-3.0)", "bugs": { "url": "https://github.com/planetary/libuiohook/issues" }, "homepage": "https://github.com/planetary/libuiohook#readme", "dependencies": { "nan": "^2.14.1" }, "devDependencies": { "@types/node": "11.13.5", "node-gyp": "4.0.0", "tslint": "5.16.0", "typescript": "3.4.3" }, "files": [ "/lib/**/*.js", "/src", "/pc", "/include", "/m4", "/man", "AUTHORS", "COPYING.LESSER.md", "COPYING.md", "index.d.ts", "package.json", "README.md", "binding.gyp", "bootstrap.sh", "configure.ac" ] }