first commit

This commit is contained in:
Iyas Altawil
2025-06-26 15:38:10 +03:30
commit e928faf6d2
899 changed files with 403713 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"dependencies": {
"eslint": "^9.17.0",
"pyright": "^1.1.391"
},
"scripts": {
"clean": "rm -Rf node_modules package-lock.json"
}
}