Files
everyone-can-use-english/package.json
an-lee ff1999c00b Fix bugs (#232)
* 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
2024-01-31 01:40:14 +08:00

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"
}
}