first commit
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "my-mc-stats-website",
|
||||
"version": "1.0.0",
|
||||
"description": "A server monitoring application with Docker and Netdata integration",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node system-status.js",
|
||||
"dev": "nodemon system-status.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.7.7",
|
||||
"dockerode": "^4.0.2",
|
||||
"dotenv": "^16.4.5",
|
||||
"express": "^4.21.0",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.1.7"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
Reference in New Issue
Block a user