update to newer version

This commit is contained in:
Josip Milovac 2022-11-24 12:03:27 +11:00
parent d6a32870bc
commit 29138de53e
37 changed files with 15795 additions and 12789 deletions

View file

@ -1,55 +1,37 @@
{
"name": "Sen-Sha-Mart",
"version": "6.0.0",
"name": "senshamartproject",
"version": "1.0.0",
"description": "A novel Marketplace for sharing sensors in decentralized environment",
"main": "index.js",
"scripts": {
"test": "jest --watchAll",
"dev-test": "nodemon dev-test",
"start": "node ./app",
"dev": "nodemon ./app",
"sparql": "nodemon ./test/comunicaSPARQL",
"jsonld": "nodemon ./test/jsonld",
"sparqlEngine": "nodemon ./test/sparqlEngine",
"N3": "nodemon ./test/N3sudo yarn ",
"swagger-autogen": "node ./app/swagger.js"
"dev": "nodemon ./app"
},
"jest": {
"testEnvironment": "node"
},
"keywords": [],
"author": "AnasDawod",
"author": "Anas Dawod",
"license": "ISC",
"devDependencies": {
"jest": "^22.1.4",
"nodemon": "^1.14.12",
"swagger-autogen": "^2.22.0"
"jest": "^29.2.0",
"jest-cli": "^29.2.0",
"nodemon": "^2.0.20"
},
"dependencies": {
"@comunica/actor-init-sparql": "^1.9.1",
"@comunica/actor-init-sparql-file": "^1.9.1",
"@comunica/actor-init-sparql-rdfjs": "^1.9.1",
"@comunica/query-sparql": "^2.5.2",
"aedes": "^0.42.5",
"body-parser": "^1.18.2",
"crypto-js": "^3.1.9-1",
"elliptic": "^6.4.0",
"express": "^4.16.2",
"http": "0.0.0",
"body-parser": "^1.20.1",
"crypto-js": "^4.1.1",
"elliptic": "^6.5.4",
"express": "^4.18.2",
"jsonld": "^1.7.0",
"level": "^5.0.1",
"level-browserify": "^2.0.0",
"levelgraph": "^2.1.1",
"lodash": "^4.17.11",
"log4js": "^6.1.2",
"morgan": "^1.9.1",
"mosca": "^2.8.3",
"mqtt": "^4.1.0",
"multer": "^1.3.1",
"n3": "^1.2.0",
"sparql-engine": "^0.5.3",
"stream": "^0.0.2",
"swagger-ui-express": "^4.5.0",
"uuid": "^3.2.1",
"ws": "^4.0.0"
"uuid": "^9.0.0",
"ws": "^8.9.0"
}
}