ArgusSite/package.json
2023-09-26 16:33:38 +03:00

32 lines
670 B
JSON

{
"name": "argus",
"version": "1.0.0",
"description": "Cameras",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"handlebars": "^4.7.7",
"http": "^0.0.1-security",
"lodash": "^4.17.21",
"mapbox-gl": "^2.15.0",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"path": "^0.12.7",
"pg": "^8.11.1",
"ssh2": "^1.14.0",
"ws": "^8.13.0"
}
}