-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 6.55 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 6.55 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "villa",
"version": "0.3.0-rc.1.1",
"private": true,
"description": "Privacy-first identity and community companion app",
"repository": {
"type": "git",
"url": "https://github.com/rockfridrich/villa.git"
},
"license": "MIT",
"packageManager": "bun@1.3.5",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "turbo run dev --filter=@villa/hub",
"dev:all": "./scripts/dev-all.sh",
"dev:local": "./scripts/dev.sh --local",
"dev:https": "bun run --cwd apps/hub dev:https",
"dev:docker": "docker compose --profile dev up -d && bun dev",
"dev:docker:down": "docker compose down",
"dev:hub": "bun run --cwd apps/hub dev",
"dev:key": "bun run --cwd apps/key dev",
"dev:developers": "bun run --cwd apps/developers dev",
"dev:telemetry": "turbo run dev --filter=@villa/telemetry",
"costs": "bun scripts/costs.ts",
"docker:dev": "docker compose --profile dev up -d",
"docker:https": "docker compose --profile https up -d",
"docker:full": "docker compose --profile full up -d",
"docker:down": "docker compose down",
"docker:clean": "docker compose down -v && docker system prune -f",
"docker:test": "docker compose --profile test up --build --abort-on-container-exit",
"docker:test:unit": "docker compose run --rm test-unit",
"docker:test:e2e": "docker compose --profile test up --build --abort-on-container-exit test-e2e",
"docker:logs": "docker compose logs -f",
"docker:ps": "docker compose ps",
"build": "turbo run build",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"test": "turbo run test",
"test:e2e": "turbo run test:e2e",
"test:e2e:chromium": "bun run --cwd apps/hub test:e2e:chromium",
"test:docker": "./scripts/run-tests-docker.sh",
"test:docker:unit": "./scripts/run-tests-docker.sh --unit",
"test:docker:integration": "./scripts/run-tests-docker.sh --integration",
"test:docker:e2e": "./scripts/run-tests-docker.sh --e2e",
"test:docker:security": "./scripts/run-tests-docker.sh --security",
"test:docker:all": "./scripts/run-tests-docker.sh --all",
"test:docker:parallel": "./scripts/run-tests-docker.sh --parallel",
"test:docker:clean": "./scripts/run-tests-docker.sh --all --cleanup",
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "git config core.hooksPath .githooks || true",
"verify": "turbo run typecheck lint build && bun run --cwd apps/hub test:e2e:chromium",
"dev:share": "./scripts/ngrok-share.sh",
"dev:debug": "./scripts/ngrok-debug.sh",
"qa": "./scripts/qa-start.sh",
"qa:end": "./scripts/qa-end.sh",
"infra": "cd apps/hub && node --import tsx src/lib/infra/cli.ts",
"anvil": "anvil --mnemonic 'test test test test test test test test test test test junk'",
"deploy:local": "cd contracts && source ~/.zshenv && forge script script/DeployLocal.s.sol --rpc-url http://127.0.0.1:8545 --broadcast",
"test:contracts": "cd contracts && source ~/.zshenv && forge test -vvv",
"db:start": "docker compose up -d postgres",
"db:stop": "docker compose stop postgres",
"db:reset": "docker compose down -v postgres && docker compose up -d postgres",
"db:logs": "docker compose logs -f postgres",
"db:migrate": "bun run --cwd packages/api db:push",
"db:seed": "bun run --cwd packages/api db:seed",
"db:studio": "bun run --cwd packages/api db:studio",
"db:setup": "./scripts/db-setup.sh",
"db:tunnel": "./scripts/db-tunnel.sh",
"env": "./scripts/env-sync.sh",
"env:init": "./scripts/env-sync.sh init",
"env:validate": "./scripts/env-sync.sh validate",
"env:diff": "./scripts/env-sync.sh diff",
"env:push:github": "./scripts/env-sync.sh push github",
"env:list": "./scripts/env-sync.sh list github",
"api": "bun run --cwd packages/api dev",
"api:docker": "bun run --cwd packages/api dev:docker",
"test:api": "bun run --cwd packages/api test",
"test:context": "vitest run .claude/rag/context.test.ts",
"context:validate": "cd apps/hub && node --import tsx ../../.claude/rag/loader.ts validate",
"context:report": "cd apps/hub && node --import tsx ../../.claude/rag/loader.ts report",
"prefs:show": "cd apps/hub && node --import tsx ../../.claude/rag/preferences.ts show",
"prefs:questions": "cd apps/hub && node --import tsx ../../.claude/rag/preferences.ts questions",
"prefs:report": "cd apps/hub && node --import tsx ../../.claude/rag/preferences.ts report",
"beads": "./scripts/bd-workflow.sh",
"beads:ui": "bdui start --port 3002 --open",
"beads:ready": "bd ready",
"beads:status": "./scripts/bd-workflow.sh status",
"sdk:release": "./scripts/sdk-release.sh",
"sdk:release:core": "./scripts/sdk-release.sh sdk",
"sdk:release:react": "./scripts/sdk-release.sh sdk-react",
"sdk:release:all": "./scripts/sdk-release.sh all",
"sdk:version": "echo \"SDK: $(node -p 'require(\"./packages/sdk/package.json\").version')\" && echo \"SDK React: $(node -p 'require(\"./packages/sdk-react/package.json\").version')\"",
"sdk:version:sync": "./scripts/sync-sdk-versions.sh sync",
"sdk:version:check": "./scripts/sync-sdk-versions.sh check",
"sdk:version:list": "./scripts/sync-sdk-versions.sh list",
"ci": "./scripts/ci-monitor.sh",
"ci:watch": "./scripts/ci-monitor.sh --watch",
"ci:log": "tail -f .claude/ci-status.log",
"verify:fast": "turbo run typecheck lint",
"check:https": "./scripts/check-https.sh",
"check:passkey": "./scripts/check-https.sh check",
"docs:claude": "bun scripts/docs/generate-claude-txt.ts",
"docs:api": "bun scripts/docs/generate-api-docs.ts",
"docs": "bun run docs:claude && bun run docs:api",
"ops": "bash scripts/ops-check.sh",
"metrics": "bash scripts/metrics-report.sh",
"railway": "bash scripts/railway.sh",
"railway:status": "bash scripts/railway.sh status",
"railway:setup": "bash scripts/railway.sh setup",
"railway:deploy": "bash scripts/railway.sh deploy",
"railway:health": "bash scripts/railway.sh health",
"railway:logs": "bash scripts/railway.sh logs",
"railway:vars": "bash scripts/railway.sh vars",
"railway:connect": "bash scripts/railway.sh connect",
"railway:whoami": "bash scripts/railway.sh whoami"
},
"devDependencies": {
"@types/node": "25.0.3",
"@types/react": "18.3.27",
"prettier": "^3.8.1",
"turbo": "^2.7.5",
"typedoc": "^0.28.16",
"typedoc-plugin-markdown": "^4.9.0",
"typescript": "^5.5.0"
},
"workspaces": [
"apps/*",
"packages/*",
"contracts"
]
}