mirror of
https://github.com/jambonz/talk-to-your-llm.git
synced 2025-12-18 19:47:43 +00:00
23 lines
468 B
JSON
23 lines
468 B
JSON
{
|
|
"name": "talk-to-your-llm",
|
|
"version": "0.0.1",
|
|
"description": "jambonz websocket application",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app",
|
|
"jslint": "eslint app.js lib"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jambonz/node-client-ws": "^0.1.41",
|
|
"bent": "^7.3.12",
|
|
"openai": "^4.33.0",
|
|
"pino": "^8.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-promise": "^6.1.1"
|
|
}
|
|
}
|