-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 KB
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
{
"name": "spicyazisaban-api",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "tsc",
"start": "tsc && cross-env NODE_ENV=development node ./dist/"
},
"dependencies": {
"bcrypt": "^5.0.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv-safe": "^8.2.0",
"express": "~4.16.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"node-fetch": "^2.6.1",
"nodemailer": "^6.6.3",
"otpauth": "^7.0.5",
"qrcode": "^1.4.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.2",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/morgan": "^1.9.3",
"@types/mysql": "^2.15.19",
"@types/node-fetch": "^2.5.12",
"@types/nodemailer": "^6.4.4",
"@types/qrcode": "^1.4.1",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
}
}