ArgusSite/package.json

17 lines
272 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": {
"express": "^4.18.2",
"path": "^0.12.7"
}
}