-
-
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
Showing
104 changed files
with
312 additions
and
273 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
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,17 +1,44 @@ | ||
{ | ||
"name": "@aitube/clapper-monorepo", | ||
"version": "1.0.0", | ||
"private": true, | ||
"description": "A monorepo for the Clapper project. Individual packages are in the packages directory.", | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"scripts": { | ||
"dev": "npm install --verbose && npm run dev --workspaces", | ||
"start": "npm run start --workspaces", | ||
"build": "npm install --verbose && npm run build --workspaces", | ||
"test": "npm run test --workspaces", | ||
"format": "npm run format --workspaces" | ||
} | ||
} | ||
|
||
"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" | ||
}, | ||
"scripts": { | ||
"dev": "bun run --cwd packages/app dev", | ||
"start": "bun run --cwd packages/app start", | ||
"build": "bun run build:all", | ||
"build:all": "bun run build:clap && bun run build:timeline && bun run build:api-client && bun run build:io && bun run build:colors && bun run build:engine && bun run build:broadway && bun run build:services && bun run build:app", | ||
"build:clap": "bun run --cwd packages/clap build", | ||
"build:timeline": "bun run --cwd packages/timeline build", | ||
"build:api-client": "bun run --cwd packages/api-client build", | ||
"build:io": "bun run --cwd packages/io build", | ||
"build:colors": "bun run --cwd packages/colors build", | ||
"build:engine": "bun run --cwd packages/engine build", | ||
"build:broadway": "bun run --cwd packages/broadway build", | ||
"build:clapper-services": "bun run --cwd packages/clapper-services build", | ||
"build:app": "bun run --cwd packages/app build", | ||
"test": "bun run test:all", | ||
"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" | ||
] | ||
} |
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
Binary file not shown.
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
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
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.