update to 1.0

This commit is contained in:
Josip Milovac 2022-12-02 15:53:28 +11:00
parent 72a94b72f7
commit 1cb1070d45
10 changed files with 2503 additions and 169 deletions

View file

@ -2,7 +2,7 @@
"name": "senshamartproject",
"version": "1.0.0",
"description": "A novel Marketplace for sharing sensors in decentralized environment",
"main": "index.js",
"main": "app/index.js",
"scripts": {
"test": "jest --watchAll",
"dev-test": "nodemon dev-test",
@ -30,7 +30,7 @@
"jsonld": "^1.7.0",
"mqtt": "^4.1.0",
"multer": "^1.3.1",
"n3": "^1.2.0",
"n3": "^1.16.3",
"uuid": "^9.0.0",
"ws": "^8.9.0"
}