UNPKG

global-keys

Version:

A wrapper around keys.exe to get global keypress data.

46 lines (45 loc) 1.05 kB
{ "name": "global-keys", "version": "1.0.3", "description": "A wrapper around keys.exe to get global keypress data.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push" }, "keywords": [ "global-keys", "global", "key", "press", "keyboard", "input", "system", "wide" ], "author": "QuantumCoded <bfields32@student.cccs.edu>", "license": "GPLv3", "dependencies": {}, "devDependencies": { "@types/node": "^14.11.2", "prettier": "^2.1.2", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.0.3" }, "repository": { "type": "git", "url": "https://github.com/QuantumCoded/global-keys" }, "files": [ "lib/**/*", "/bin/**/*" ] }