This commit is contained in:
2026-07-09 09:06:46 +03:00
parent 43821c791c
commit d09b6145d2
2 changed files with 1 additions and 521 deletions
+1 -2
View File
@@ -3,7 +3,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "tsx main.ts",
"start": "node main.ts",
"format": "dprint fmt"
},
"dependencies": {
@@ -15,7 +15,6 @@
},
"devDependencies": {
"@types/node": "^22.20.1",
"tsx": "^4.23.0",
"typescript": "^5.9.3"
}
}