Draft optimizer workflow.

This commit is contained in:
Christian Gunderman
2026-04-21 15:59:07 -07:00
parent d6f88f8720
commit 9d1ed876cc
13 changed files with 910 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "optimizer1000",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "tsx index.ts"
},
"dependencies": {
"commander": "^12.0.0",
"csv-writer": "^1.6.0"
},
"devDependencies": {
"tsx": "^4.20.3",
"typescript": "^5.4.5",
"@types/node": "^20.12.7"
}
}