Features: 1) Initialize supervisor package with basic metadata and structure;

Fixes: none;

Extra: None; new package added.
This commit is contained in:
Egor Pavlovich Gorbunov 2025-11-15 00:15:52 +03:00
parent 1ecd784b4e
commit 6e37044e30

11
supervisor/package.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "supervisor",
"version": "1.0.0",
"description": "Supervisor is a custom dashboard application for eVibes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "WISELESS team",
"license": "../LICENSE"
}