Fixes a number of security issues with JS dependencies in our examples. Does not upgrade to the latest versions of frameworks.
17 lines
390 B
JSON
17 lines
390 B
JSON
{
|
|
"name": "openai-ts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "npx tsx --env-file=.env src/index.ts",
|
|
"dev:waitForCompletion": "npx tsx --env-file=.env src/waitForCompletion.ts"
|
|
},
|
|
"dependencies": {
|
|
"@arcadeai/arcadejs": "1.14.0",
|
|
"@openai/agents": "^0.3.3"
|
|
}
|
|
}
|