-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.24 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "netlify",
"version": "1.0.0",
"main": "index.js",
"type": "commonjs",
"author": "xcfio",
"license": "MIT",
"bugs": {
"url": "https://github.com/xcfio/chat-app/issues",
"email": "omarfaruksxp@gmail.com"
},
"scripts": {
"db": "drizzle-kit studio --port=7700",
"dev": "tsx watch --no-warnings --env-file-if-exists=.env src/index.ts",
"start": "node --env-file-if-exists=.env src/index.js",
"test": "tsc --noEmit"
},
"dependencies": {
"@fastify/cookie": "^11.0.2",
"@fastify/cors": "^11.2.0",
"@fastify/error": "^4.2.0",
"@fastify/jwt": "^10.0.0",
"@fastify/rate-limit": "^10.3.0",
"@fastify/swagger": "^9.7.0",
"@fastify/type-provider-typebox": "^6.1.0",
"@scalar/fastify-api-reference": "^1.52.3",
"discord-api-types": "^0.38.46",
"drizzle-orm": "1.0.0-beta.21",
"fastify": "^5.8.5",
"fastify-socket.io": "^5.1.0",
"postgres": "^3.4.9",
"snowtransfer": "^0.17.5",
"typebox": "^1.1.27",
"typescript": "^6.0.3",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/node": "^25.6.0",
"esbuild": "^0.28.0"
}
}