Initial commit

This commit is contained in:
2025-12-04 14:28:17 +00:00
parent 3de2981cb3
commit e881e37bf5

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "full-test-matgh",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
}
}