-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "vrabater",
"version": "1.0.0",
"description": "白山モチーフ Webベース3Dアバターシステム(非公式・商用可・GPUなし)",
"type": "module",
"scripts": {
"dev": "concurrently \"npm run dev:web\" \"npm run dev:gateway\"",
"dev:web": "cd apps/web && npm run dev",
"dev:gateway": "cd apps/gateway && npm run dev",
"build": "npm run build:web",
"build:web": "cd apps/web && npm run build",
"test": "vitest",
"start:all": "node scripts/start_all.js"
},
"workspaces": [
"apps/*"
],
"devDependencies": {
"concurrently": "^8.2.2",
"vitest": "^1.0.4"
},
"keywords": [
"vrm",
"3d-avatar",
"ai",
"ollama",
"hakusan",
"local-first"
],
"license": "MIT",
"private": true
}