Files
nut.js/examples/screen-test/package.json
T
Simon Hofmann 3c59e6cf1d Release/v4.0.1 (#573)
* Disable GitHub package registry

* Updated changelog

* Re-enabled snapshot releases

* Version bump to v4.0.1
2024-03-29 10:50:20 +01:00

20 lines
460 B
JSON

{
"name": "sample-screen",
"version": "4.0.1",
"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": {
"@nut-tree/nut-js": "workspace:*",
"@nut-tree/nl-matcher": "2.2.0"
}
}