You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
630 B
28 lines
630 B
{
|
|
"name": "labyrinth",
|
|
"module": "src/server.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "tsx src/server.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.0.4",
|
|
"tsx": "^4.7.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/collab": "^6.1.1",
|
|
"@codemirror/state": "^6.4.1",
|
|
"@fastify/cors": "^9.0.0",
|
|
"@fastify/type-provider-typebox": "^4.0.0",
|
|
"@fastify/websocket": "^10.0.1",
|
|
"@sinclair/typebox": "^0.32.9",
|
|
"dprint": "^0.46.1",
|
|
"fastify": "^4.27.0",
|
|
"nanoid": "^5.0.4",
|
|
"sqlite3": "^5.1.7",
|
|
"zeromq": "6.0.0-beta.19"
|
|
}
|
|
}
|