16 lines
337 B
JSON
16 lines
337 B
JSON
|
|
{
|
||
|
|
"name": "video-product-snapshot",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"run": "bun run scripts/run.ts",
|
||
|
|
"build": "bun build scripts/run.ts --outfile dist/run.js --target bun"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@ai-sdk/openai": "^1.3.22",
|
||
|
|
"ai": "^4.3.16",
|
||
|
|
"sharp": "^0.34.5",
|
||
|
|
"zod": "^3.24.2"
|
||
|
|
}
|
||
|
|
}
|