From 712d7cecde3d72ad581737b8c34b5fa2b12dae3b Mon Sep 17 00:00:00 2001 From: rubisalpha Date: Tue, 24 Mar 2026 08:29:15 +0000 Subject: [PATCH] Ajouter package.json --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..9ba3214 --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "site smarthouse", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "private": true +}