-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 943 Bytes
/
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
{
"name": "mybiseo-server",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:SPARCS-2023-StartUp-Hackathon-2/mybiseo-server.git",
"author": "enjoy301 <[email protected]>",
"license": "MIT",
"scripts": {
"start": "nodemon"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.16",
"@types/multer": "^1.4.7",
"@types/node": "^18.11.18",
"express": "^4.18.2",
"nodemon": "^2.0.20",
"prisma": "^4.9.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"dependencies": {
"@prisma/client": "^4.9.0",
"body-parser": "^1.20.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"cors": "^2.8.5",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.0.1",
"reflect-metadata": "^0.1.13",
"routing-controllers": "^0.10.1",
"typedi": "^0.10.0",
"typeorm": "^0.3.11"
}
}