From 6e37044e3080d89896be29d32db94b52282d319b Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Sat, 15 Nov 2025 00:15:52 +0300 Subject: [PATCH] Features: 1) Initialize `supervisor` package with basic metadata and structure; Fixes: none; Extra: None; new package added. --- supervisor/package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 supervisor/package.json diff --git a/supervisor/package.json b/supervisor/package.json new file mode 100644 index 00000000..7ec53ad4 --- /dev/null +++ b/supervisor/package.json @@ -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" +}