-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.42 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
47
48
49
50
51
52
{
"name": "kbl-rest",
"version": "1.0.0",
"description": "To make it easy for you to get started with GitLab, here's a list of recommended next steps.",
"main": "index.js",
"scripts": {
"dev": "nodemon -L --config nodemon.json src/index.ts",
"start": "node dist/index",
"build": "tsc",
"build-start": "npm run build && npm run start"
},
"repository": {
"type": "git",
"url": "https://gitlab.informatika.org/if3110-2023-k02-02-41/kbl-rest"
},
"author": "KBL",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.4.2",
"@types/bcryptjs": "^2.4.5",
"@types/cors": "^2.8.15",
"@types/http-errors": "^2.0.3",
"@types/jsonwebtoken": "^9.0.4",
"axios": "^1.5.1",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"http-status-code": "^2.1.0",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"memory-cache": "^0.2.0",
"morgan": "^1.10.0",
"reflect-metadata": "^0.1.13",
"xml-js": "^1.6.11",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.1",
"@types/express": "^4.17.20",
"@types/memory-cache": "^0.2.5",
"@types/morgan": "^1.9.7",
"@types/node": "^20.8.7",
"@types/xml2js": "^0.4.13",
"nodemon": "^3.0.1",
"prisma": "^5.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}