-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "yuseong-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cd src && ts-node index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DEV-dsm/Yuseong-Server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DEV-dsm/Yuseong-Server/issues"
},
"homepage": "https://github.com/DEV-dsm/Yuseong-Server#readme",
"dependencies": {
"body-parser": "^1.20.2",
"bun": "^1.0.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.6.1",
"pdf2json": "^3.0.4",
"typeorm": "^0.3.17"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.20",
"@babel/node": "^7.22.19",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.22.20",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.18",
"@types/node": "^20.6.3",
"babel-loader": "^9.1.3",
"tslib": "^2.6.2"
},
"type": "module"
}