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{
"name": "test",
"devDependencies": {
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/supertest": "2.0.12",
"@types/utf-8-validate": "5.0.0",
"@types/ws": "8.5.10",
"@types/puppeteer": "7.0.4"
},
"dependencies": {
"@astrojs/node": "9.1.3",
"@azure/service-bus": "7.9.4",
"@duckdb/node-api": "1.1.3-alpha.7",
"@electric-sql/pglite": "0.2.17",
"@fastify/websocket": "11.0.2",
"@grpc/grpc-js": "1.12.0",
"@grpc/proto-loader": "0.7.10",
"@happy-dom/global-registrator": "17.0.3",
"@napi-rs/canvas": "0.1.65",
"@nestjs/common": "11.0.3",
"@nestjs/core": "11.0.3",
"@prisma/client": "5.8.0",
"@remix-run/node": "2.16.8",
"@remix-run/react": "2.10.3",
"@remix-run/serve": "2.10.3",
"@resvg/resvg-js": "2.4.1",
"@swc/core": "1.3.38",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@verdaccio/config": "6.0.0-6-next.76",
"acorn": "8.15.0",
"ansi-regex": "6.1.0",
"astro": "5.5.5",
"aws-cdk-lib": "2.148.0",
"axios": "1.6.8",
"body-parser": "1.20.2",
"bun-plugin-svelte": "file:../packages/bun-plugin-svelte",
"bun-plugin-yaml": "0.0.1",
"comlink": "4.4.1",
"commander": "12.1.0",
"detect-libc": "2.0.3",
"devalue": "5.1.1",
"duckdb": "1.3.1",
"es-module-lexer": "1.3.0",
"esbuild": "0.18.6",
"express": "4.18.2",
"fast-glob": "3.3.1",
"fastify": "5.2.2",
"filenamify": "6.0.0",
"happy-dom": "17.0.3",
"hono": "4.7.2",
"http2-wrapper": "2.2.1",
"https-proxy-agent": "7.0.6",
"iconv-lite": "0.6.3",
"immutable": "5.1.3",
"isbot": "5.1.13",
"jest-extended": "4.0.0",
"jimp": "1.6.0",
"jsdom": "25.0.1",
"jsonwebtoken": "9.0.2",
"jws": "4.0.0",
"lodash": "4.17.21",
"mongodb": "6.0.0",
"msgpackr-extract": "3.0.2",
"msw": "2.3.0",
"mysql2": "3.7.0",
"node-gyp": "10.0.1",
"nodemailer": "6.9.3",
"p-queue": "8.1.0",
"peechy": "0.4.310",
"pg": "8.11.1",
"pg-connection-string": "2.6.1",
"pg-gateway": "0.3.0-beta.4",
"pino": "9.4.0",
"pino-pretty": "11.2.2",
"postgres": "3.3.5",
"prisma": "5.1.1",
"prompts": "2.4.2",
"proxy": "2.2.0",
"react": "file:../node_modules/react",
"react-dom": "18.3.1",
"reflect-metadata": "0.2.2",
"rollup": "4.4.1",
"sass": "1.79.4",
"sharp": "0.33.0",
"sinon": "6.0.0",
"socket.io": "4.7.1",
"socket.io-adapter": "2.5.5",
"socket.io-client": "4.7.1",
"solc": "0.8.28",
"source-map": "0.7.4",
"st": "3.0.0",
"string-width": "7.0.0",
"strip-ansi": "7.1.0",
"stripe": "15.4.0",
"superagent": "10.2.2",
"supertest": "6.3.3",
"svelte": "5.20.4",
"tsyringe": "4.8.0",
"type-graphql": "2.0.0-rc.2",
"typeorm": "0.3.20",
"typescript": "5.9.2",
"undici": "5.20.0",
"unzipper": "0.12.3",
"uuid": "11.1.0",
"v8-heapsnapshot": "1.3.1",
"verdaccio": "6.0.0",
"vitest": "0.32.2",
"webpack": "5.88.0",
"webpack-cli": "4.7.2",
"ws": "8.18.3",
"xml2js": "0.6.2",
"yargs": "17.7.2"
},
"private": true,
"scripts": {
"typecheck": "tsc --noEmit",
"bd:v": "(bun run --silent --cwd=../ build:debug &> /tmp/bun.debug.build.log || (cat /tmp/bun.debug.build.log && rm -rf /tmp/bun.debug.build.log && exit 1)) && rm -f /tmp/bun.debug.build.log && ../build/debug/bun-debug",
"bd": "BUN_DEBUG_QUIET_LOGS=1 bun --silent bd:v"
},
"resolutions": {
"react": "../node_modules/react",
"@types/node": "25.0.0"
}
}