public code v1

This commit is contained in:
2026-05-22 09:58:02 +02:00
commit 9669f6520f
35 changed files with 9665 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "experiment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"infra:up": "./wizard start2",
"infra:down": "./wizard stop",
"infra:clean": "./wizard teardown",
"infra:restart": "./wizard restart"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"uuid": "^9.0.0"
}
}