37 lines
851 B
JSON
37 lines
851 B
JSON
{
|
|
"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"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "node"
|
|
},
|
|
"keywords": [],
|
|
"author": "Anas Dawod",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"jest": "^29.2.0",
|
|
"jest-cli": "^29.2.0",
|
|
"nodemon": "^2.0.20"
|
|
},
|
|
"dependencies": {
|
|
"@comunica/query-sparql": "^2.5.2",
|
|
"aedes": "^0.42.5",
|
|
"body-parser": "^1.20.1",
|
|
"crypto-js": "^4.1.1",
|
|
"elliptic": "^6.5.4",
|
|
"express": "^4.18.2",
|
|
"jsonld": "^1.7.0",
|
|
"mqtt": "^4.1.0",
|
|
"multer": "^1.3.1",
|
|
"n3": "^1.2.0",
|
|
"uuid": "^9.0.0",
|
|
"ws": "^8.9.0"
|
|
}
|
|
}
|