-
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17ee0ab
commit 193dbf1
Showing
54 changed files
with
1,023 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,12 @@ | ||
{ | ||
"name": "@aitube/clapper-monorepo", | ||
"version": "0.2.4", | ||
"private": true, | ||
"description": "A monorepo for the Clapper project. Individual packages are in the packages directory.", | ||
"workspaces": [ | ||
"packages/clap", | ||
"packages/timeline", | ||
"packages/api-client", | ||
"packages/io", | ||
"packages/colors", | ||
"packages/engine", | ||
"packages/broadway", | ||
"packages/clapper-services", | ||
"packages/app" | ||
], | ||
"engines": { | ||
"bun": ">=1.0.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"private": true, | ||
"scripts": { | ||
"dev": "bun run --cwd packages/app dev", | ||
"start": "bun run --cwd packages/app start", | ||
|
@@ -36,10 +26,20 @@ | |
"test:all": "bun run --cwd packages/clap test && bun run --cwd packages/timeline test && bun run --cwd packages/api-client test && bun run --cwd packages/io test && bun run --cwd packages/colors test && bun run --cwd packages/engine test && bun run --cwd packages/broadway test && bun run --cwd packages/clapper-services test && bun run --cwd packages/app test", | ||
"format": "bun run --cwd packages/app format" | ||
}, | ||
"packageManager": "[email protected]", | ||
"trustedDependencies": [ | ||
"@aitube/clapper", | ||
"onnxruntime-node", | ||
"protobufjs" | ||
], | ||
"workspaces": [ | ||
"packages/clap", | ||
"packages/timeline", | ||
"packages/api-client", | ||
"packages/io", | ||
"packages/colors", | ||
"packages/engine", | ||
"packages/broadway", | ||
"packages/clapper-services", | ||
"packages/app" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.