Initial commit
This commit is contained in:
17
server/package.json
Normal file
17
server/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "bacula-web-api",
|
||||
"version": "1.0.0",
|
||||
"description": "Node.js middleware for Bacula Web Interface",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"dev": "node --watch index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.3.1",
|
||||
"express": "^4.18.2",
|
||||
"pg": "^8.11.3",
|
||||
"ssh2": "^1.17.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user