Initial commit

This commit is contained in:
2026-04-05 15:28:04 +02:00
commit 0435b3d07d
43 changed files with 4394 additions and 0 deletions

10
skippy-agent/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "skippy-agent",
"version": "1.0.0",
"private": true,
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
}
}