-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.55 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
53
54
55
56
57
58
{
"name": "kkutaxi-back",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"dependencies": {
"@prisma/client": "^5.18.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.1",
"express": "^4.17.2",
"firebase-admin": "^11.5.0",
"helmet": "^7.0.0",
"jsdom": "^24.0.0",
"jsencrypt": "^3.3.2",
"jsonwebtoken": "^9.0.0",
"korean-regexp": "^1.0.9",
"node-forge": "^1.3.1",
"nodemailer": "^6.9.13",
"socket.io": "^4.7.5",
"superagent": "^9.0.2",
"typescript": "^5.5.4",
"util": "^0.12.4",
"uuid": "^10.0.0"
},
"scripts": {
"build": "tsc && tsc-alias",
"start": "node ./dist/index.js",
"alias": "tsc-alias",
"dev": "nodemon",
"lint": "eslint src --ext .ts"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "2.8.12",
"@types/express": "4.17.21",
"@types/jsdom": "^21.1.6",
"@types/jsonwebtoken": "9.0.6",
"@types/node": "18.19.43",
"@types/node-forge": "^1.3.11",
"@types/nodemailer": "^6.4.15",
"@types/superagent": "^8.1.7",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.0.1",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-promise": "^6.0.0",
"git-commit-msg-linter": "4.1.3",
"nodemon": "^3.1.4",
"prisma": "^5.18.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10"
}
}