Many Changes for 1.0
This commit is contained in:
17
tools/hardwareGateway/package.json
Normal file
17
tools/hardwareGateway/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "hardwaregateway",
|
||||
"version": "1.0.0",
|
||||
"description": "API for Hardware Devices in Spaces Software",
|
||||
"main": "index.mjs",
|
||||
"scripts": {
|
||||
"run": "nodemon index.mjs"
|
||||
},
|
||||
"author": "Florian Federspiel",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@supabase/supabase-js": "^2.39.3",
|
||||
"body-parser": "^1.20.2",
|
||||
"dayjs": "^1.11.10",
|
||||
"express": "^4.18.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user