forked from alchemy-run/alchemy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 6.2 KB
/
Copy pathpackage.json
File metadata and controls
113 lines (113 loc) · 6.2 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
{
"name": "alchemy-monorepo",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/alchemy-run/alchemy"
},
"type": "module",
"module": "./lib/index.js",
"scripts": {
"audit:service": "bun scripts/audit-service.ts",
"bench:containers": "cd benchmark/container && bun run bench",
"build": "bun tsc -b && pnpm --filter ./website --filter './packages/*' build && bun lint:providers",
"build:clean": "bun clean . && pnpm install && bun run build && bun download:env",
"build:clean:shallow": "bun clean:shallow . && bun run build",
"build:cloudflare-packages": "bun tsc -b distilled/packages/cloudflare/tsconfig.json && turbo run build --filter=@alchemy.run/cloudflare-runtime --filter=@alchemy.run/frontend-frameworks --filter=@alchemy.run/cloudflare-test-tools",
"build:packages": "bun tsc -b && pnpm --filter './packages/*' build",
"build:pr-packages": "turbo run build --filter=alchemy --filter=@alchemy.run/better-auth --filter=@alchemy.run/cloudflare-runtime --filter=@alchemy.run/frontend-frameworks --filter=@alchemy.run/pr-package --filter=@distilled.cloud/core --filter=@distilled.cloud/aws --filter=@distilled.cloud/axiom --filter=@distilled.cloud/cloudflare --filter=@distilled.cloud/hetzner --filter=@distilled.cloud/neon --filter=@distilled.cloud/planetscale",
"clean": "git clean -fqdx -e .env",
"clean:shallow": "rm -rf alchemy/*.tgz && bun tsc -b --clean",
"clear:state": "alchemy state delete Nuke --config ./stacks/nuke.ts --recursive",
"deploy:github": "doppler run -c prod --project alchemy-v2 -- bun alchemy deploy ./stacks/github.ts --profile admin",
"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",
"deploy:website": "cd ./website && bun run build:reference && bun alchemy deploy",
"deploy:website:prod": "bun deploy:website --stage prod --profile 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",
"destroy:website": "cd ./website && bun alchemy destroy",
"destroy:website:prod": "bun destroy:website --stage prod --profile prod",
"dev": "tsc -b -w & pnpm --filter alchemy dev",
"dev:website": "cd ./website && bun astro dev",
"docs:build": "pnpm --dir website docs:build",
"docs:check-jsdoc": "bun ./scripts/fix-api-jsdocs.ts --check",
"docs:check": "pnpm --dir website docs:check",
"docs:fix-jsdoc": "bun ./scripts/fix-api-jsdocs.ts",
"docs:gen": "bun ./scripts/generate-api-reference.ts",
"download:cfn": "bun scripts/generate-cfn-docs.ts",
"download:env": "doppler secrets download --project alchemy-v2 --config dev --no-file --format env > .env",
"download:external": "bun download:env && bun download:cfn && bun download:terraform",
"floci:build": "docker build -t floci:dev -f .vendor/floci/docker/Dockerfile .vendor/floci",
"floci:build:native": "docker build -t floci:dev -f .vendor/floci/docker/Dockerfile.native .vendor/floci",
"floci:dev": "cd .vendor/floci && mvn quarkus:dev",
"format": "oxfmt ./packages ./website",
"format:check": "bun run format ./packages ./website -- --check",
"install:clean": "rm -rf node_modules examples/**/node_modules alchemy/node_modules && pnpm install",
"lint:providers": "bun scripts/lint-providers.ts",
"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",
"nuke": "bash scripts/nuke.sh",
"nuke:local": "bash scripts/nuke-local.sh",
"opencode": "OPENCODE_EXPERIMENTAL_OXFMT=true opencode",
"prepare": "husky && effect-tsgo patch && bun build:cloudflare-packages",
"publish:packages": "pnpm publish --recursive --filter './packages/*' --access public",
"setup": "effect-tsgo patch && bun run download:external",
"sync:submodules": "git submodule sync --recursive && git submodule update --init --recursive",
"test": "cd ./packages/alchemy && bun alchemy-test",
"test:aws:floci": "bun scripts/test-aws-floci.ts",
"test:cloudflare-packages": "turbo run test --filter=@alchemy.run/cloudflare-runtime --filter=@alchemy.run/frontend-frameworks --filter='./fixtures/*'",
"test:cross-version": "bun run test/cross-version-test/run.ts",
"test:dev": "cd ./examples/dev-stress && bun test",
"test:examples": "doppler run --project alchemy-v2 --config dev -- bun scripts/test-examples.ts",
"typecheck:cloudflare-packages": "turbo run typecheck --filter=@alchemy.run/cloudflare-runtime --filter=@alchemy.run/frontend-frameworks --filter=@alchemy.run/cloudflare-test-tools",
"validate:publish-packages": "bun scripts/validate-publish-packages.ts"
},
"devDependencies": {
"@alchemy.run/pr-package": "workspace:*",
"@ark/attest": "^0.56.0",
"@cloudflare/puppeteer": "catalog:cloudflare",
"@distilled.cloud/aws": "workspace:*",
"@distilled.cloud/cloudflare": "workspace:*",
"@effect/language-service": "^0.87.2",
"@effect/platform-bun": "catalog:effect",
"@effect/platform-node": "catalog:effect",
"@effect/sql-d1": "catalog:effect",
"@effect/sql-mysql2": "catalog:effect",
"@effect/sql-pg": "catalog:effect",
"@effect/tsgo": "0.36.4",
"@types/bun": "catalog:tooling",
"@types/node": "^26.1.1",
"alchemy": "workspace:*",
"bun-types": "^1.3.8",
"changelogithub": "^13.16.1",
"dotenv": "^17.2.3",
"effect": "catalog:effect",
"husky": "catalog:tooling",
"oxfmt": "catalog:tooling",
"oxlint": "catalog:tooling",
"pkg-pr-new": "^0.0.62",
"ts-morph": "^27.0.2",
"turbo": "^2.9.16",
"typescript": "catalog:build",
"yaml": "^2.8.2"
},
"packageManager": "pnpm@11.24.0",
"devEngines": {
"runtime": [
{
"name": "bun",
"version": "1.3.13",
"onFail": "warn"
},
{
"name": "node",
"version": "24",
"onFail": "warn"
}
]
}
}