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.
35 lines
844 B
35 lines
844 B
{
|
|
"name": "labyrinth",
|
|
"module": "src/server.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc && tsc-alias",
|
|
"start": "tsx src/server.ts",
|
|
"fmt": "dprint fmt"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/bun": "^1.0.4",
|
|
"dprint": "^0.46.2",
|
|
"tsc-alias": "^1.8.10",
|
|
"tsx": "^4.7.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/collab": "^6.1.1",
|
|
"@codemirror/state": "^6.4.1",
|
|
"@fastify/cookie": "^9.3.1",
|
|
"@fastify/cors": "^9.0.0",
|
|
"@fastify/session": "^10.9.0",
|
|
"@fastify/type-provider-typebox": "^4.0.0",
|
|
"@fastify/websocket": "^10.0.1",
|
|
"@sinclair/typebox": "^0.32.9",
|
|
"dprint": "^0.46.1",
|
|
"bcrypt": "^5.1.1",
|
|
"fastify": "^4.27.0",
|
|
"nanoid": "^5.0.4",
|
|
"sqlite3": "^5.1.7",
|
|
"zeromq": "6.0.0-beta.19"
|
|
}
|
|
}
|