mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-25 20:45:27 -04:00
22 lines
568 B
JSON
22 lines
568 B
JSON
{
|
|
"name": "sample-keyboard",
|
|
"version": "4.2.0",
|
|
"private": true,
|
|
"description": "A simple nut.js test example which tests keyboard control",
|
|
"main": "index.js",
|
|
"author": {
|
|
"name": "dry Software UG (haftungsbeschränkt)",
|
|
"email": "info@dry.software",
|
|
"url": "https://dry.software"
|
|
},
|
|
"scripts": {
|
|
"test": "run-script-os",
|
|
"test:darwin": "jest --runInBand",
|
|
"test:default": "echo 'No keyboard tests for current platform'"
|
|
},
|
|
"dependencies": {
|
|
"@mintplex-labs/nut-js": "workspace:*",
|
|
"run-script-os": "^1.1.6"
|
|
}
|
|
}
|