-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 5.15 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 5.15 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
{
"name": "sdk-mono",
"version": "2.0.15",
"license": "Apache-2.0",
"private": true,
"workspaces": [
"packages/*",
"apps/**"
],
"scripts": {
"prepare": "husky",
"build": "bunx tsc --build && bun run --filter='./packages/core' build && bun run --filter='./packages/schema' build && bun run --filter='./packages/frontend' build && bun run --filter='./packages/server' build && bun run --filter='./packages/react' build && bun run --filter='./packages/postgres' build && bun run --filter='./packages/drizzle' build && bun run --filter='./packages/auth' build && bun run --filter='./packages/aigateway' build && bun run --filter='./packages/evals' build && bun run --filter='./packages/workbench' build && bun run --filter='./packages/runtime' build && bun packages/frontend/scripts/build-beacon.ts && bun run --filter='./packages/cli' build && bun run --filter='./packages/opencode' build && bun run --filter='./apps/testing/integration-suite' build && bun run --filter='./apps/testing/cloud-deployment' build && bun run --filter='./apps/testing/e2e-web' build && bun run --filter='./apps/testing/svelte-web' build",
"build:packages": "bunx tsc --build && bun run --filter='./packages/core' build && bun run --filter='./packages/schema' build && bun run --filter='./packages/frontend' build && bun run --filter='./packages/server' build && bun run --filter='./packages/react' build && bun run --filter='./packages/postgres' build && bun run --filter='./packages/drizzle' build && bun run --filter='./packages/auth' build && bun run --filter='./packages/aigateway' build && bun run --filter='./packages/evals' build && bun run --filter='./packages/workbench' build && bun run --filter='./packages/runtime' build && bun packages/frontend/scripts/build-beacon.ts && bun run --filter='./packages/cli' build && bun run --filter='./packages/opencode' build",
"dev:workbench": "concurrently \"cd packages/workbench && bun run dev:app\" \"cd apps/testing/integration-suite && bun run dev\" --names \"workbench,integration-suite\" --prefix-colors \"blue,green\"",
"test": "bun test:packages && cd packages/cli && bun run test && cd ../.. && bun test:templates && bun test:pkginstall && bun test:create",
"test:packages": "cd packages/core && bun test && cd ../schema && bun test && cd ../frontend && bun test && cd ../server && bun test && cd ../react && bun test && cd ../postgres && bun test && cd ../drizzle && bun test && cd ../auth && bun test && cd ../runtime && bun test --max-concurrency=1 && cd ../opencode && bun test",
"test:unit": "bun run test:packages && cd packages/cli && bun run test",
"test:ci:prepare": "bash scripts/prepare-sdk-for-testing.sh",
"test:ci": "bash scripts/prepare-sdk-for-testing.sh && bash scripts/run-integration-tests.sh && bash scripts/run-e2e-tests.sh",
"test:ci:all": "bash scripts/test-ci-all.sh",
"test:ci:integration": "bash scripts/test-integration-suite.sh",
"test:ci:cloud": "bash scripts/test-cloud-deployment.sh",
"test:ci:e2e": "bash scripts/test-e2e.sh",
"test:e2e": "bunx playwright test",
"test:e2e:ui": "bunx playwright test --ui",
"test:e2e:headed": "bunx playwright test --headed",
"test:frameworks": "bash scripts/test-framework-demos.sh",
"test:templates": "bun ./scripts/test-templates.ts",
"test:cloud": "cd apps/testing/cloud-deployment && bun run test",
"test:create": "bun ./packages/cli/scripts/test-create-flow.ts",
"test:pkginstall": "./scripts/test-package-install.sh",
"test:standalone": "cd apps/testing/standalone-agent && bun run test",
"typecheck:apps": "bun run --filter='./apps/testing/integration-suite' typecheck && bun run --filter='./apps/testing/svelte-web' typecheck",
"typecheck:packages": "bun run --filter='./packages/*' typecheck",
"typecheck": "bun run typecheck:apps && bun run typecheck:packages",
"clean": "rm -rf packages/*/dist apps/**/dist packages/*/*.tsbuildinfo",
"format": "bunx biome format --write .",
"lint": "bunx biome lint .",
"check": "bunx biome check --write .",
"all": "bun clean && bun format && bun lint && bun run build && bun typecheck:packages && bun run test && bun run test:standalone && bun run test:ci",
"whoami": "./packages/cli/bin/cli.ts auth whoami",
"cli": "./packages/cli/bin/cli.ts"
},
"overrides": {
"commander": "^14.0.2",
"detect-libc": "2.1.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"better-auth": "1.5.2",
"@better-auth/api-key": "1.5.2",
"@better-auth/core": "1.5.2"
},
"devDependencies": {
"@biomejs/biome": "^2.4.5",
"@happy-dom/global-registrator": "^20.0.11",
"@playwright/test": "^1.57.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/bun": "latest",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"archiver": "^7.0.1",
"bun-types": "latest",
"concurrently": "^9.2.1",
"husky": "^9.1.7",
"jiti": "^2.6.1",
"playwright": "^1.57.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"rehype-pretty-code": "^0.14.1",
"typescript": "^5.9.0"
},
"dependencies": {
"@radix-ui/react-tabs": "^1.1.13",
"ai": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^5.2.0"
}
}