Testasset macht komische Dinge...

This commit is contained in:
Daniel Kluge
2023-12-08 14:10:04 +01:00
parent 76ec6e4c9d
commit 0794e2e66f
6 changed files with 654 additions and 30 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "testasset",
"version": "1.0.0",
"description": "",
"main": "testasset.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"mqtt": "^5.3.3",
"uuid": "^9.0.1"
}
}