Initial commit

This commit is contained in:
2025-07-29 12:09:55 -05:00
commit 5ecbe6da93
7 changed files with 49 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "${PROJECT_NAME}",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true
}