-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "pluto3",
"version": "0.1.0",
"description": "h3b1 project backend program",
"main": "dist/main.js",
"scripts": {
"build": "tsc",
"start": "dotenv node .",
"dev": "nodemon -e ts --exec 'tsc && dotenv node . || exit 1'"
},
"keywords": [],
"author": "Minhyeok Park<[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/morgan": "^1.9.4",
"@types/multer": "^1.4.7",
"@types/node": "^18.16.3",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"dotenv-cli": "^7.2.1",
"eslint": "^8.38.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"nodemon": "^2.0.22",
"typescript": "^5.0.4"
},
"dependencies": {
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"firebase-admin": "^11.7.0",
"jsonwebtoken": "^9.0.0",
"knex": "^2.4.2",
"mjpeg-proxy": "^0.3.0",
"morgan": "^1.10.0",
"multer": "1.4.5-lts.1",
"mysql": "^2.18.1",
"openai": "^3.2.1",
"swagger-ui-express": "^4.6.2",
"undici": "^5.22.0"
}
}