-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 KB
/
package.json
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
42
43
44
45
46
{
"name": "direction",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "ts-node-dev --respawn --transpile-only src/index.ts"
},
"author": "Kai",
"license": "ISC",
"description": "",
"dependencies": {
"@fastify/cors": "^9.0.0",
"@fastify/jwt": "^8.0.1",
"@fastify/swagger": "^8.15.0",
"@fastify/swagger-ui": "^4.1.0",
"@prisma/client": "^5.19.1",
"@types/axios": "^0.14.0",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"dotenv": "^16.4.5",
"fastify": "^4.28.1",
"fastify-swagger": "^5.1.1",
"jsonwebtoken": "^9.0.2",
"neo4j-driver": "^5.25.0",
"pino": "^9.3.2",
"pino-pretty": "^11.2.2",
"rotating-file-stream": "^3.2.3",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/bcrypt": "^5.0.2",
"@types/node": "^22.5.1",
"eslint": "^9.9.1",
"globals": "^15.9.0",
"nodemon": "^3.1.4",
"prisma": "^5.19.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0"
},
"repository": "https://github.com/kai025/direction-backend.git"
}