-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 5.82 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 5.82 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
{
"name": "alchemy-monorepo",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/alchemy-run/alchemy-effect"
},
"type": "module",
"module": "./lib/index.js",
"scripts": {
"audit:service": "bun scripts/audit-service.ts",
"build:clean": "bun clean . && bun run build && bun download:env",
"build:clean:shallow": "bun clean:shallow . && bun run build",
"build": "bun tsc -b && bun run --filter ./website --filter './packages/*' build",
"build:packages": "bun tsc -b && bun run --filter './packages/*' build",
"bump": "bun ./scripts/release/bump.ts",
"clean:shallow": "rm -rf alchemy/*.tgz && bun tsc -b --clean",
"clean": "git clean -fqdx -e .env",
"dev": "tsc -b -w & bun run --filter alchemy dev",
"dev:website": "cd ./website && bun astro dev",
"deploy:website": "cd ./website && bun run build:reference && bun alchemy deploy",
"deploy:website:prod": "bun deploy:website --stage prod --profile prod",
"destroy:website": "cd ./website && bun alchemy destroy",
"destroy:website:prod": "bun destroy:website --stage prod --profile prod",
"deploy:github": "doppler run -c dev --project alchemy-v2 -- bun alchemy deploy ./stacks/github.ts --profile admin",
"logs:otel": "doppler run -c dev --project alchemy-v2 -- bun alchemy logs ./stacks/otel.ts",
"logs:otel:prod": "bun logs:otel --profile prod --stage prod",
"deploy:otel": "doppler run -c dev --project alchemy-v2 -- bun alchemy deploy ./stacks/otel.ts",
"deploy:otel:prod": "bun deploy:otel --profile prod --stage prod",
"destroy:github": "doppler run -c dev --project alchemy-v2 -- bun alchemy destroy ./stacks/github.ts --profile admin",
"destroy:otel": "doppler run -c dev --project alchemy-v2 -- bun alchemy destroy ./stacks/otel.ts --profile admin",
"destroy:otel:prod": "bun destroy:otel --profile prod --stage prod",
"download:cfn": "bun scripts/generate-cfn-docs.ts",
"download:env": "doppler secrets download --no-file --format env > .env",
"download:external": "bun download:env && bun download:cfn && bun download:terraform",
"format:check": "bun run format -- --check",
"format": "oxfmt '.'",
"generate:api-reference": "bun scripts/generate-api-reference.ts",
"generate:docs": "bun scripts/generate-docs.ts",
"install:clean": "rm -rf node_modules examples/**/node_modules alchemy/node_modules && bun i",
"nuke:aws:run": "bash scripts/nuke-aws.sh --no-dry-run --no-prompt --prompt-delay 3",
"nuke:aws": "bash scripts/nuke-aws.sh",
"opencode": "OPENCODE_EXPERIMENTAL_OXFMT=true opencode",
"publish:npm": "bun run build && bun run --filter alchemy publish:npm",
"setup": "effect-language-service patch && bun run download:external",
"sync:submodules": "git submodule sync --recursive && git submodule update --init --recursive",
"test:benchmark": "bun run --filter alchemy test:benchmark",
"test:examples": "bun run --filter ./examples/cloudflare-worker --filter ./examples/cloudflare-worker-async --filter ./examples/cloudflare-tanstack --filter ./examples/aws-lambda test",
"test:fast": "FAST=1 bun run test:live",
"test:live": "bun ./scripts/test.ts",
"test:local": "LOCAL=1 bun ./scripts/test.ts",
"test": "bun run test:live"
},
"workspaces": {
"packages": [
"website",
"packages/*",
"examples/*"
],
"catalog": {
"@aws-sdk/credential-providers": "^3.0.0",
"@cloudflare/containers": "^0.1.1",
"@cloudflare/vite-plugin": "^1.13.12",
"@cloudflare/workers-types": "^4.20250805.0",
"@distilled.cloud/aws": "^0.16.7",
"@distilled.cloud/axiom": "^0.16.7",
"@distilled.cloud/cloudflare-rolldown-plugin": "0.3.0",
"@distilled.cloud/cloudflare-runtime": "0.1.2",
"@distilled.cloud/cloudflare-vite-plugin": "0.2.0",
"@distilled.cloud/cloudflare": "^0.16.7",
"@distilled.cloud/core": "^0.16.7",
"@distilled.cloud/neon": "^0.16.7",
"@effect/language-service": ">=4.0.0-beta.58 || >=4.0.0",
"@effect/platform-bun": ">=4.0.0-beta.58 || >=4.0.0",
"@effect/platform-node-shared": ">=4.0.0-beta.58 || >=4.0.0",
"@effect/platform-node": ">=4.0.0-beta.58 || >=4.0.0",
"@effect/vitest": ">=4.0.0-beta.58 || >=4.0.0",
"@libsql/client": "^0.17.0",
"@opentui/core": "latest",
"@opentui/solid": "latest",
"@smithy/node-config-provider": "^4.0.0",
"@smithy/shared-ini-file-loader": "^4.3.4",
"@smithy/types": "^4.8.1",
"@types/aws-lambda": "^8.10.152",
"@types/bun": "latest",
"@types/node": "latest",
"@typescript/native-preview": "latest",
"ai": "^6.0.62",
"aws4fetch": "^1.0.20",
"better-auth": "^1.6.2",
"capnp-es": "^0.0.14",
"cloudflare": "^5.2.0",
"effect": ">=4.0.0-beta.58 || >=4.0.0",
"fast-xml-parser": "^5.3.4",
"rolldown": "1.0.0-rc.17",
"solid-js": "latest",
"sonda": "^0.11.1",
"typescript": "^6.0.3",
"vite": "^8.0.7",
"web-tree-sitter": "0.25.10",
"workerd": "1.20260417.1",
"wrangler": "^4.42.2",
"yaml": "^2.0.0"
}
},
"devDependencies": {
"@ark/attest": "^0.56.0",
"@effect/language-service": "^0.77.0",
"@effect/platform-bun": "catalog:",
"@effect/platform-node": "catalog:",
"@types/bun": "latest",
"@types/node": "latest",
"@typescript/native-preview": "^7.0.0-dev.20260317.1",
"@vitest/ui": "^4.1.0",
"@alchemy.run/pr-package": "workspace:*",
"alchemy": "workspace:*",
"bun-types": "^1.3.8",
"changelogithub": "^13.16.1",
"dotenv": "^17.2.3",
"effect": "catalog:",
"oxfmt": "latest",
"oxlint": "latest",
"pkg-pr-new": "^0.0.62",
"ts-morph": "^27.0.2",
"typescript": "latest",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.0.18",
"yaml": "^2.8.2"
}
}