Rename to hkt.sh
This commit is contained in:
14
projects/status-panel/package.json
Normal file
14
projects/status-panel/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "status-panel",
|
||||
"version": "1.0.0",
|
||||
"description": "Simple server status panel",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"better-sqlite3": "^9.4.3",
|
||||
"ws": "^8.16.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user