windows-dummy-keystroke/package.json
2022-12-11 12:01:15 -08:00

18 lines
323 B
JSON

{
"name": "windows-dummy-keystroke",
"version": "1.0.0",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"configure": "node-gyp configure",
"build": "node-gyp build"
},
"devDependencies": {
"node-gyp": "^9.3.0"
},
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.17.0"
}
}