Files
everyone-can-use-english/package.json
an-lee 8037273549 Feat: add tts conversation (#341)
* may create tts type conversation

* support tts reply

* upgrade deps

* test: e2e for create TTS conversation

* test: e2e for gpt conversation

* test: e2e for from create conversation to add speech audio to library

* refactor use-conversation

* generate speech before create msg in tts conversation

* refactor conversation-shorts

* revert change in 1000-hours

* revert sass dep changed in 1000-hours

* fix CI
2024-02-22 16:00:17 +08:00

24 lines
767 B
JSON

{
"private": true,
"workspaces": [
"enjoy"
],
"scripts": {
"dev:enjoy": "yarn workspace enjoy dev",
"start:enjoy": "yarn workspace enjoy start",
"test:enjoy": "yarn workspace enjoy test",
"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",
"dev:1000h": "yarn workspace 1000-hours dev",
"build:1000h": "yarn workspace 1000-hours build",
"preview:1000h": "yarn workspace 1000-hours preview"
},
"packageManager": "yarn@4.1.0",
"engines": {
"node": ">=18.0.0"
}
}