create-skybridge 0.0.0-dev.1b451bd → 0.0.0-dev.1dc4da5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/LICENSE +21 -0
  2. package/dist/index.d.ts +1 -1
  3. package/dist/index.js +134 -47
  4. package/dist/index.test.d.ts +1 -0
  5. package/dist/index.test.js +33 -0
  6. package/index.js +6 -1
  7. package/package.json +12 -10
  8. package/template/README.md +32 -71
  9. package/template/_gitignore +3 -192
  10. package/template/alpic.json +1 -2
  11. package/template/node_modules/.bin/mcp-inspector +21 -0
  12. package/template/node_modules/.bin/nodemon +21 -0
  13. package/template/node_modules/.bin/sb +21 -0
  14. package/template/node_modules/.bin/skybridge +21 -0
  15. package/template/node_modules/.bin/tsc +21 -0
  16. package/template/node_modules/.bin/tsserver +21 -0
  17. package/template/node_modules/.bin/tsx +21 -0
  18. package/template/node_modules/.bin/vite +21 -0
  19. package/template/nodemon.json +5 -0
  20. package/template/package.json +27 -12
  21. package/template/server/src/index.ts +16 -8
  22. package/template/server/src/server.ts +45 -60
  23. package/template/tsconfig.json +23 -0
  24. package/template/tsconfig.server.json +11 -0
  25. package/template/web/src/helpers.ts +1 -1
  26. package/template/web/src/index.css +140 -109
  27. package/template/web/src/widgets/magic-8-ball.tsx +24 -0
  28. package/template/web/vite.config.ts +3 -4
  29. package/template/.cursor/mcp.json +0 -7
  30. package/template/.nvmrc +0 -1
  31. package/template/.vscode/launch.json +0 -16
  32. package/template/.vscode/settings.json +0 -8
  33. package/template/.vscode/tasks.json +0 -14
  34. package/template/biome.json +0 -50
  35. package/template/docs/demo.gif +0 -0
  36. package/template/pnpm-lock.yaml +0 -408
  37. package/template/pnpm-workspace.yaml +0 -7
  38. package/template/server/nodemon.json +0 -5
  39. package/template/server/package.json +0 -37
  40. package/template/server/pnpm-lock.yaml +0 -3796
  41. package/template/server/src/env.ts +0 -12
  42. package/template/server/src/pokedex.ts +0 -148
  43. package/template/server/tsconfig.json +0 -17
  44. package/template/web/components.json +0 -22
  45. package/template/web/package.json +0 -33
  46. package/template/web/pnpm-lock.yaml +0 -2629
  47. package/template/web/src/components/ui/shadcn-io/spinner/index.tsx +0 -272
  48. package/template/web/src/utils.ts +0 -6
  49. package/template/web/src/widgets/pokemon.tsx +0 -203
  50. package/template/web/tsconfig.app.json +0 -34
  51. package/template/web/tsconfig.json +0 -13
  52. package/template/web/tsconfig.node.json +0 -26
@@ -1,408 +0,0 @@
1
- lockfileVersion: '9.0'
2
-
3
- settings:
4
- autoInstallPeers: true
5
- excludeLinksFromLockfile: false
6
-
7
- importers:
8
-
9
- .:
10
- devDependencies:
11
- '@biomejs/biome':
12
- specifier: 2.3.8
13
- version: 2.3.8
14
- tsx:
15
- specifier: ^4.19.4
16
- version: 4.20.6
17
-
18
- packages:
19
-
20
- '@biomejs/biome@2.3.8':
21
- resolution: {integrity: sha512-Qjsgoe6FEBxWAUzwFGFrB+1+M8y/y5kwmg5CHac+GSVOdmOIqsAiXM5QMVGZJ1eCUCLlPZtq4aFAQ0eawEUuUA==}
22
- engines: {node: '>=14.21.3'}
23
- hasBin: true
24
-
25
- '@biomejs/cli-darwin-arm64@2.3.8':
26
- resolution: {integrity: sha512-HM4Zg9CGQ3txTPflxD19n8MFPrmUAjaC7PQdLkugeeC0cQ+PiVrd7i09gaBS/11QKsTDBJhVg85CEIK9f50Qww==}
27
- engines: {node: '>=14.21.3'}
28
- cpu: [arm64]
29
- os: [darwin]
30
-
31
- '@biomejs/cli-darwin-x64@2.3.8':
32
- resolution: {integrity: sha512-lUDQ03D7y/qEao7RgdjWVGCu+BLYadhKTm40HkpJIi6kn8LSv5PAwRlew/DmwP4YZ9ke9XXoTIQDO1vAnbRZlA==}
33
- engines: {node: '>=14.21.3'}
34
- cpu: [x64]
35
- os: [darwin]
36
-
37
- '@biomejs/cli-linux-arm64-musl@2.3.8':
38
- resolution: {integrity: sha512-PShR4mM0sjksUMyxbyPNMxoKFPVF48fU8Qe8Sfx6w6F42verbwRLbz+QiKNiDPRJwUoMG1nPM50OBL3aOnTevA==}
39
- engines: {node: '>=14.21.3'}
40
- cpu: [arm64]
41
- os: [linux]
42
-
43
- '@biomejs/cli-linux-arm64@2.3.8':
44
- resolution: {integrity: sha512-Uo1OJnIkJgSgF+USx970fsM/drtPcQ39I+JO+Fjsaa9ZdCN1oysQmy6oAGbyESlouz+rzEckLTF6DS7cWse95g==}
45
- engines: {node: '>=14.21.3'}
46
- cpu: [arm64]
47
- os: [linux]
48
-
49
- '@biomejs/cli-linux-x64-musl@2.3.8':
50
- resolution: {integrity: sha512-YGLkqU91r1276uwSjiUD/xaVikdxgV1QpsicT0bIA1TaieM6E5ibMZeSyjQ/izBn4tKQthUSsVZacmoJfa3pDA==}
51
- engines: {node: '>=14.21.3'}
52
- cpu: [x64]
53
- os: [linux]
54
-
55
- '@biomejs/cli-linux-x64@2.3.8':
56
- resolution: {integrity: sha512-QDPMD5bQz6qOVb3kiBui0zKZXASLo0NIQ9JVJio5RveBEFgDgsvJFUvZIbMbUZT3T00M/1wdzwWXk4GIh0KaAw==}
57
- engines: {node: '>=14.21.3'}
58
- cpu: [x64]
59
- os: [linux]
60
-
61
- '@biomejs/cli-win32-arm64@2.3.8':
62
- resolution: {integrity: sha512-H4IoCHvL1fXKDrTALeTKMiE7GGWFAraDwBYFquE/L/5r1927Te0mYIGseXi4F+lrrwhSWbSGt5qPFswNoBaCxg==}
63
- engines: {node: '>=14.21.3'}
64
- cpu: [arm64]
65
- os: [win32]
66
-
67
- '@biomejs/cli-win32-x64@2.3.8':
68
- resolution: {integrity: sha512-RguzimPoZWtBapfKhKjcWXBVI91tiSprqdBYu7tWhgN8pKRZhw24rFeNZTNf6UiBfjCYCi9eFQs/JzJZIhuK4w==}
69
- engines: {node: '>=14.21.3'}
70
- cpu: [x64]
71
- os: [win32]
72
-
73
- '@esbuild/aix-ppc64@0.25.11':
74
- resolution: {integrity: sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==}
75
- engines: {node: '>=18'}
76
- cpu: [ppc64]
77
- os: [aix]
78
-
79
- '@esbuild/android-arm64@0.25.11':
80
- resolution: {integrity: sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==}
81
- engines: {node: '>=18'}
82
- cpu: [arm64]
83
- os: [android]
84
-
85
- '@esbuild/android-arm@0.25.11':
86
- resolution: {integrity: sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==}
87
- engines: {node: '>=18'}
88
- cpu: [arm]
89
- os: [android]
90
-
91
- '@esbuild/android-x64@0.25.11':
92
- resolution: {integrity: sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==}
93
- engines: {node: '>=18'}
94
- cpu: [x64]
95
- os: [android]
96
-
97
- '@esbuild/darwin-arm64@0.25.11':
98
- resolution: {integrity: sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==}
99
- engines: {node: '>=18'}
100
- cpu: [arm64]
101
- os: [darwin]
102
-
103
- '@esbuild/darwin-x64@0.25.11':
104
- resolution: {integrity: sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==}
105
- engines: {node: '>=18'}
106
- cpu: [x64]
107
- os: [darwin]
108
-
109
- '@esbuild/freebsd-arm64@0.25.11':
110
- resolution: {integrity: sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==}
111
- engines: {node: '>=18'}
112
- cpu: [arm64]
113
- os: [freebsd]
114
-
115
- '@esbuild/freebsd-x64@0.25.11':
116
- resolution: {integrity: sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==}
117
- engines: {node: '>=18'}
118
- cpu: [x64]
119
- os: [freebsd]
120
-
121
- '@esbuild/linux-arm64@0.25.11':
122
- resolution: {integrity: sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==}
123
- engines: {node: '>=18'}
124
- cpu: [arm64]
125
- os: [linux]
126
-
127
- '@esbuild/linux-arm@0.25.11':
128
- resolution: {integrity: sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==}
129
- engines: {node: '>=18'}
130
- cpu: [arm]
131
- os: [linux]
132
-
133
- '@esbuild/linux-ia32@0.25.11':
134
- resolution: {integrity: sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==}
135
- engines: {node: '>=18'}
136
- cpu: [ia32]
137
- os: [linux]
138
-
139
- '@esbuild/linux-loong64@0.25.11':
140
- resolution: {integrity: sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==}
141
- engines: {node: '>=18'}
142
- cpu: [loong64]
143
- os: [linux]
144
-
145
- '@esbuild/linux-mips64el@0.25.11':
146
- resolution: {integrity: sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==}
147
- engines: {node: '>=18'}
148
- cpu: [mips64el]
149
- os: [linux]
150
-
151
- '@esbuild/linux-ppc64@0.25.11':
152
- resolution: {integrity: sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==}
153
- engines: {node: '>=18'}
154
- cpu: [ppc64]
155
- os: [linux]
156
-
157
- '@esbuild/linux-riscv64@0.25.11':
158
- resolution: {integrity: sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==}
159
- engines: {node: '>=18'}
160
- cpu: [riscv64]
161
- os: [linux]
162
-
163
- '@esbuild/linux-s390x@0.25.11':
164
- resolution: {integrity: sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==}
165
- engines: {node: '>=18'}
166
- cpu: [s390x]
167
- os: [linux]
168
-
169
- '@esbuild/linux-x64@0.25.11':
170
- resolution: {integrity: sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==}
171
- engines: {node: '>=18'}
172
- cpu: [x64]
173
- os: [linux]
174
-
175
- '@esbuild/netbsd-arm64@0.25.11':
176
- resolution: {integrity: sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==}
177
- engines: {node: '>=18'}
178
- cpu: [arm64]
179
- os: [netbsd]
180
-
181
- '@esbuild/netbsd-x64@0.25.11':
182
- resolution: {integrity: sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==}
183
- engines: {node: '>=18'}
184
- cpu: [x64]
185
- os: [netbsd]
186
-
187
- '@esbuild/openbsd-arm64@0.25.11':
188
- resolution: {integrity: sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==}
189
- engines: {node: '>=18'}
190
- cpu: [arm64]
191
- os: [openbsd]
192
-
193
- '@esbuild/openbsd-x64@0.25.11':
194
- resolution: {integrity: sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==}
195
- engines: {node: '>=18'}
196
- cpu: [x64]
197
- os: [openbsd]
198
-
199
- '@esbuild/openharmony-arm64@0.25.11':
200
- resolution: {integrity: sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==}
201
- engines: {node: '>=18'}
202
- cpu: [arm64]
203
- os: [openharmony]
204
-
205
- '@esbuild/sunos-x64@0.25.11':
206
- resolution: {integrity: sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==}
207
- engines: {node: '>=18'}
208
- cpu: [x64]
209
- os: [sunos]
210
-
211
- '@esbuild/win32-arm64@0.25.11':
212
- resolution: {integrity: sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==}
213
- engines: {node: '>=18'}
214
- cpu: [arm64]
215
- os: [win32]
216
-
217
- '@esbuild/win32-ia32@0.25.11':
218
- resolution: {integrity: sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==}
219
- engines: {node: '>=18'}
220
- cpu: [ia32]
221
- os: [win32]
222
-
223
- '@esbuild/win32-x64@0.25.11':
224
- resolution: {integrity: sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==}
225
- engines: {node: '>=18'}
226
- cpu: [x64]
227
- os: [win32]
228
-
229
- esbuild@0.25.11:
230
- resolution: {integrity: sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==}
231
- engines: {node: '>=18'}
232
- hasBin: true
233
-
234
- fsevents@2.3.3:
235
- resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
236
- engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
237
- os: [darwin]
238
-
239
- get-tsconfig@4.12.0:
240
- resolution: {integrity: sha512-LScr2aNr2FbjAjZh2C6X6BxRx1/x+aTDExct/xyq2XKbYOiG5c0aK7pMsSuyc0brz3ibr/lbQiHD9jzt4lccJw==}
241
-
242
- resolve-pkg-maps@1.0.0:
243
- resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
244
-
245
- tsx@4.20.6:
246
- resolution: {integrity: sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==}
247
- engines: {node: '>=18.0.0'}
248
- hasBin: true
249
-
250
- snapshots:
251
-
252
- '@biomejs/biome@2.3.8':
253
- optionalDependencies:
254
- '@biomejs/cli-darwin-arm64': 2.3.8
255
- '@biomejs/cli-darwin-x64': 2.3.8
256
- '@biomejs/cli-linux-arm64': 2.3.8
257
- '@biomejs/cli-linux-arm64-musl': 2.3.8
258
- '@biomejs/cli-linux-x64': 2.3.8
259
- '@biomejs/cli-linux-x64-musl': 2.3.8
260
- '@biomejs/cli-win32-arm64': 2.3.8
261
- '@biomejs/cli-win32-x64': 2.3.8
262
-
263
- '@biomejs/cli-darwin-arm64@2.3.8':
264
- optional: true
265
-
266
- '@biomejs/cli-darwin-x64@2.3.8':
267
- optional: true
268
-
269
- '@biomejs/cli-linux-arm64-musl@2.3.8':
270
- optional: true
271
-
272
- '@biomejs/cli-linux-arm64@2.3.8':
273
- optional: true
274
-
275
- '@biomejs/cli-linux-x64-musl@2.3.8':
276
- optional: true
277
-
278
- '@biomejs/cli-linux-x64@2.3.8':
279
- optional: true
280
-
281
- '@biomejs/cli-win32-arm64@2.3.8':
282
- optional: true
283
-
284
- '@biomejs/cli-win32-x64@2.3.8':
285
- optional: true
286
-
287
- '@esbuild/aix-ppc64@0.25.11':
288
- optional: true
289
-
290
- '@esbuild/android-arm64@0.25.11':
291
- optional: true
292
-
293
- '@esbuild/android-arm@0.25.11':
294
- optional: true
295
-
296
- '@esbuild/android-x64@0.25.11':
297
- optional: true
298
-
299
- '@esbuild/darwin-arm64@0.25.11':
300
- optional: true
301
-
302
- '@esbuild/darwin-x64@0.25.11':
303
- optional: true
304
-
305
- '@esbuild/freebsd-arm64@0.25.11':
306
- optional: true
307
-
308
- '@esbuild/freebsd-x64@0.25.11':
309
- optional: true
310
-
311
- '@esbuild/linux-arm64@0.25.11':
312
- optional: true
313
-
314
- '@esbuild/linux-arm@0.25.11':
315
- optional: true
316
-
317
- '@esbuild/linux-ia32@0.25.11':
318
- optional: true
319
-
320
- '@esbuild/linux-loong64@0.25.11':
321
- optional: true
322
-
323
- '@esbuild/linux-mips64el@0.25.11':
324
- optional: true
325
-
326
- '@esbuild/linux-ppc64@0.25.11':
327
- optional: true
328
-
329
- '@esbuild/linux-riscv64@0.25.11':
330
- optional: true
331
-
332
- '@esbuild/linux-s390x@0.25.11':
333
- optional: true
334
-
335
- '@esbuild/linux-x64@0.25.11':
336
- optional: true
337
-
338
- '@esbuild/netbsd-arm64@0.25.11':
339
- optional: true
340
-
341
- '@esbuild/netbsd-x64@0.25.11':
342
- optional: true
343
-
344
- '@esbuild/openbsd-arm64@0.25.11':
345
- optional: true
346
-
347
- '@esbuild/openbsd-x64@0.25.11':
348
- optional: true
349
-
350
- '@esbuild/openharmony-arm64@0.25.11':
351
- optional: true
352
-
353
- '@esbuild/sunos-x64@0.25.11':
354
- optional: true
355
-
356
- '@esbuild/win32-arm64@0.25.11':
357
- optional: true
358
-
359
- '@esbuild/win32-ia32@0.25.11':
360
- optional: true
361
-
362
- '@esbuild/win32-x64@0.25.11':
363
- optional: true
364
-
365
- esbuild@0.25.11:
366
- optionalDependencies:
367
- '@esbuild/aix-ppc64': 0.25.11
368
- '@esbuild/android-arm': 0.25.11
369
- '@esbuild/android-arm64': 0.25.11
370
- '@esbuild/android-x64': 0.25.11
371
- '@esbuild/darwin-arm64': 0.25.11
372
- '@esbuild/darwin-x64': 0.25.11
373
- '@esbuild/freebsd-arm64': 0.25.11
374
- '@esbuild/freebsd-x64': 0.25.11
375
- '@esbuild/linux-arm': 0.25.11
376
- '@esbuild/linux-arm64': 0.25.11
377
- '@esbuild/linux-ia32': 0.25.11
378
- '@esbuild/linux-loong64': 0.25.11
379
- '@esbuild/linux-mips64el': 0.25.11
380
- '@esbuild/linux-ppc64': 0.25.11
381
- '@esbuild/linux-riscv64': 0.25.11
382
- '@esbuild/linux-s390x': 0.25.11
383
- '@esbuild/linux-x64': 0.25.11
384
- '@esbuild/netbsd-arm64': 0.25.11
385
- '@esbuild/netbsd-x64': 0.25.11
386
- '@esbuild/openbsd-arm64': 0.25.11
387
- '@esbuild/openbsd-x64': 0.25.11
388
- '@esbuild/openharmony-arm64': 0.25.11
389
- '@esbuild/sunos-x64': 0.25.11
390
- '@esbuild/win32-arm64': 0.25.11
391
- '@esbuild/win32-ia32': 0.25.11
392
- '@esbuild/win32-x64': 0.25.11
393
-
394
- fsevents@2.3.3:
395
- optional: true
396
-
397
- get-tsconfig@4.12.0:
398
- dependencies:
399
- resolve-pkg-maps: 1.0.0
400
-
401
- resolve-pkg-maps@1.0.0: {}
402
-
403
- tsx@4.20.6:
404
- dependencies:
405
- esbuild: 0.25.11
406
- get-tsconfig: 4.12.0
407
- optionalDependencies:
408
- fsevents: 2.3.3
@@ -1,7 +0,0 @@
1
- packages:
2
- - "web"
3
- - "server"
4
- sharedWorkspaceLockfile: false
5
-
6
- catalog:
7
- skybridge: ^0.13.1
@@ -1,5 +0,0 @@
1
- {
2
- "watch": ["src/**/*"],
3
- "ext": "ts,js,json",
4
- "exec": "tsx src/index.ts"
5
- }
@@ -1,37 +0,0 @@
1
- {
2
- "name": "@apps-sdk-template/server",
3
- "version": "0.0.1",
4
- "private": true,
5
- "main": "dist/index.js",
6
- "description": "Alpic MCP Server Template",
7
- "files": [
8
- "dist"
9
- ],
10
- "type": "module",
11
- "scripts": {
12
- "dev": "nodemon",
13
- "build": "tsc",
14
- "lint": "biome ci",
15
- "start": "node dist/index.js",
16
- "inspector": "mcp-inspector http://localhost:3000/mcp"
17
- },
18
- "dependencies": {
19
- "@modelcontextprotocol/sdk": "^1.24.3",
20
- "@t3-oss/env-core": "^0.13.8",
21
- "dotenv": "^17.2.3",
22
- "express": "^5.1.0",
23
- "lodash": "^4.17.21",
24
- "skybridge": "catalog:",
25
- "vite": "^7.1.11",
26
- "zod": "^4.1.13"
27
- },
28
- "devDependencies": {
29
- "@modelcontextprotocol/inspector": "^0.17.5",
30
- "@types/express": "^5.0.3",
31
- "@types/lodash": "^4.17.20",
32
- "@types/node": "^22.15.30",
33
- "nodemon": "^3.1.10",
34
- "tsx": "^4.19.2",
35
- "typescript": "^5.7.2"
36
- }
37
- }