Skip to content

Commit

Permalink
refactor: rename to @proj-airi
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 12, 2024
1 parent 1aaf802 commit e1e93d4
Show file tree
Hide file tree
Showing 25 changed files with 36 additions and 10 deletions.
24 changes: 24 additions & 0 deletions packages/cute-ui/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "@proj-airi/cute-ui",
"version": "1.0.0",
"description": "",
"author": {
"name": "Neko Ayaka",
"email": "[email protected]",
"url": "https://github.com/nekomeowww"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nekomeowww/airi-vtuber.git",
"directory": "packages/cute-ui"
},
"files": [
"README.md",
"dist",
"package.json"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}
4 changes: 2 additions & 2 deletions packages/elevenlabs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@airi-proj/elevenlabs",
"name": "@proj-airi/elevenlabs",
"type": "module",
"private": false,
"description": "Simple wrapper of types of Elevenlabs's SDK",
Expand All @@ -12,7 +12,7 @@
"repository": {
"type": "git",
"url": "https://github.com/nekomeowww/airi-vtuber.git",
"directory": "packages/types-elevenlabs"
"directory": "packages/elevenlabs"
},
"sideEffects": false,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/llm-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@airi-proj/llm-proxy",
"name": "@proj-airi/llm-proxy",
"type": "module",
"private": true,
"packageManager": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions packages/stage/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@airi-proj/stage",
"name": "@proj-airi/stage",
"type": "module",
"private": true,
"packageManager": "[email protected]",
Expand Down Expand Up @@ -67,13 +67,13 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@airi-proj/elevenlabs": "workspace:^",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/eos-icons": "^1.2.1",
"@iconify-json/lucide": "^1.2.18",
"@iconify-json/solar": "^1.2.1",
"@iconify-json/svg-spinners": "^1.2.1",
"@intlify/unplugin-vue-i18n": "^6.0.1",
"@proj-airi/elevenlabs": "workspace:^",
"@shikijs/markdown-it": "^1.24.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@airi-proj/stt-realtime-webgpu",
"name": "@proj-airi/whisper-webgpu",
"type": "module",
"private": true,
"packageManager": "[email protected]",
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 6 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e1e93d4

Please sign in to comment.