SenShaMart/package.json

38 lines
920 B
JSON

{
"name": "senshamartproject",
"version": "1.0.0",
"description": "A novel Marketplace for sharing sensors in decentralized environment",
"main": "miner/miner-app.js",
"scripts": {
"test": "jest --watchAll",
"dev-test": "nodemon dev-test",
"start": "node ./miner/miner-app",
"dev": "nodemon ./miner/miner-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-rdfjs": "^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.16.3",
"seedrandom": "^3.0.5",
"uuid": "^9.0.0",
"ws": "^8.9.0"
}
}