From 41202e137f362c58f307f5a92f6c47eaa4d7acaf Mon Sep 17 00:00:00 2001 From: cristiano Date: Thu, 4 Dec 2025 19:25:33 +0000 Subject: [PATCH] Initial commit --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..aa977f0 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "name": "testproject1764876331070", + "version": "1.0.0", + "main": "index.js", + "scripts": { + "start": "node index.js" + } +} \ No newline at end of file