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.
23 lines
472 B
23 lines
472 B
{
|
|
"name": "labyrinth",
|
|
"module": "src/server.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "tsx src/server.ts"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "^1.0.22",
|
|
"tsx": "^4.7.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cors": "^8.5.0",
|
|
"@fastify/type-provider-typebox": "^4.0.0",
|
|
"@sinclair/typebox": "^0.32.9",
|
|
"fastify": "^4.25.2",
|
|
"nanoid": "^5.0.2",
|
|
"zeromq": "6.0.0-beta.17"
|
|
}
|
|
}
|