Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
34 lines
913 B
JSON
34 lines
913 B
JSON
{
|
|
"name": "livechat-backend",
|
|
"version": "1.0.0",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "mocha tests/*.js --timeout 120000",
|
|
"test:providers": "mocha tests/provider-tests.js --timeout 120000",
|
|
"test:asr": "mocha tests/test-asr-providers.js --timeout 120000",
|
|
"test:llm": "mocha tests/test-llm-providers.js --timeout 120000",
|
|
"test:tts": "mocha tests/test-tts-providers.js --timeout 120000",
|
|
"check": "node check-setup.js",
|
|
"start": "node server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"axios": "^1.7.5",
|
|
"emoji-regex": "^10.4.0",
|
|
"express": "^4.21.1",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"form-data": "^4.0.0",
|
|
"franc": "^6.2.0",
|
|
"node-wav": "^0.0.2",
|
|
"onnxruntime-node": "^1.22.0-rev",
|
|
"wav": "^1.0.2",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^10.2.0"
|
|
}
|
|
}
|