Eerste upload

This commit is contained in:
2026-05-09 08:33:11 +02:00
parent c755e10a77
commit 8435e62e9a
838 changed files with 174200 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "onlineacademy-ui-runner",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"plan": "node markdown-to-onlineacademy-json.mjs create-md-format.md",
"review": "node onlineacademy-playwright-runner.mjs --markdown create-md-format.md --url https://create.onlineacademy.nl/8602e048-d7ee-4764-aafb-43412d0f65f3/edit?idsVersion=6",
"execute": "node onlineacademy-playwright-runner.mjs --markdown create-md-format.md --url https://create.onlineacademy.nl/8602e048-d7ee-4764-aafb-43412d0f65f3/edit?idsVersion=6 --execute"
},
"dependencies": {
"playwright": "^1.59.1"
}
}