mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-02-12 15:02:45 +00:00
21 lines
462 B
JSON
21 lines
462 B
JSON
{
|
|
"name": "deflock-api",
|
|
"version": "1.0.0",
|
|
"main": "server.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun server.ts"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cors": "^10.0.0",
|
|
"@sinclair/typebox": "^0.34.48",
|
|
"cache-manager": "^7.2.8",
|
|
"cache-manager-fs-hash": "^3.0.0",
|
|
"fastify": "^5.7.2",
|
|
"pino-pretty": "^13.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cache-manager-fs-hash": "^0.0.5",
|
|
"@types/node": "^25.2.0"
|
|
}
|
|
} |