mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-01 20:04:00 -04:00
2376e3c5f9
* Updated changelog * Version bump to v4.2.0
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"name": "sample-typescript",
|
|
"version": "4.2.0",
|
|
"private": true,
|
|
"description": "A simple nut.js test example which demos usage with TypeScript",
|
|
"main": "index.ts",
|
|
"author": {
|
|
"name": "dry Software UG (haftungsbeschränkt)",
|
|
"email": "info@dry.software",
|
|
"url": "https://dry.software"
|
|
},
|
|
"scripts": {
|
|
"test": "ts-node index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@nut-tree/nut-js": "workspace:*"
|
|
}
|
|
}
|