mirror of
https://github.com/geoffsee/predict-otron-9001.git
synced 2025-09-08 22:46:44 +00:00
11 lines
190 B
JSON
11 lines
190 B
JSON
{
|
|
"name": "cli",
|
|
"main": "cli.ts",
|
|
"scripts": {
|
|
"build": "bun build cli.ts --compile --outfile cli"
|
|
},
|
|
"dependencies": {
|
|
"install": "^0.13.0",
|
|
"openai": "^5.16.0"
|
|
}
|
|
} |