* fix default engine settings * fix conversation & cloudflare transcribe * update arm64/darwin whisper * empty notice for conversations * display user rankings * fix enjoy ai * update whisper.cpp for arm64 darwin to v1.5.4 * upgrade yarn to 4.1.0
20 lines
558 B
JSON
20 lines
558 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"enjoy"
|
|
],
|
|
"scripts": {
|
|
"dev:enjoy": "yarn workspace enjoy dev",
|
|
"start:enjoy": "yarn workspace enjoy start",
|
|
"package:enjoy": "yarn workspace enjoy package",
|
|
"make:enjoy": "yarn workspace enjoy make",
|
|
"publish:enjoy": "yarn workspace enjoy publish",
|
|
"lint:enjoy": "yarn workspace enjoy eslint --ext .ts,.tsx .",
|
|
"create-migration:enjoy": "yarn workspace enjoy zx ./src/main/db/create-migration.mjs"
|
|
},
|
|
"packageManager": "yarn@4.1.0",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|