mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-25 12:35:29 -04:00
19 lines
428 B
JSON
19 lines
428 B
JSON
{
|
|
"name": "sample-screen",
|
|
"version": "4.2.0",
|
|
"private": true,
|
|
"description": "A simple nut.js test example which tests screen control",
|
|
"main": "index.js",
|
|
"author": {
|
|
"name": "dry Software UG (haftungsbeschränkt)",
|
|
"email": "info@dry.software",
|
|
"url": "https://dry.software"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --runInBand"
|
|
},
|
|
"dependencies": {
|
|
"@mintplex-labs/nut-js": "workspace:*"
|
|
}
|
|
}
|