ArgusSite/package.json

25 lines
485 B
JSON
Raw Normal View History

2023-07-03 22:31:18 +00:00
{
"name": "argus",
"version": "1.0.0",
"description": "Cameras",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2023-07-16 16:09:25 +00:00
"dotenv": "^16.3.1",
2023-07-03 22:31:18 +00:00
"express": "^4.18.2",
2023-07-16 16:09:25 +00:00
"fs": "^0.0.1-security",
"handlebars": "^4.7.7",
2023-07-24 04:53:11 +00:00
"http": "^0.0.1-security",
"mapbox-gl": "^2.15.0",
2023-07-16 16:09:25 +00:00
"multer": "^1.4.5-lts.1",
"path": "^0.12.7",
2023-07-24 04:53:11 +00:00
"pg": "^8.11.1",
"ws": "^8.13.0"
2023-07-03 22:31:18 +00:00
}
}