Archived
Private
Public Access
1
0

Implemented Backend WindowAPI

This commit is contained in:
2022-11-05 12:19:14 +01:00
parent dd1d6dc89e
commit 46afa9cb7a
17 changed files with 305 additions and 416 deletions

View File

@@ -4,12 +4,13 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "httpserver"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"webdesktop_windowapi": "^1.0.4"
"webdesktop_windowapi": "^1.0.9"
}
}