-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.54 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.54 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
45
46
47
48
49
50
51
52
53
{
"name": "longevity-catalyst-server",
"version": "1.0.0",
"description": "",
"main": "src/server.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node-dev --respawn --transpile-only src/server.ts",
"build": "tsc --outDir dist"
},
"keywords": [],
"author": "Shihab <73121069+maker-shihab@users.noreply.github.com>",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.19",
"@types/mysql": "^2.15.22",
"@types/node": "^20.8.6",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cloudinary": "^1.41.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"http-status": "^1.7.3",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.6.2",
"nodemailer": "^6.9.8",
"sequelize": "^6.33.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.1",
"@types/cookie-parser": "^1.4.5",
"@types/cors": "^2.8.14",
"@types/jsonwebtoken": "^9.0.4",
"@types/multer": "^1.4.10",
"@types/nodemailer": "^6.4.14",
"@types/sequelize": "^4.28.17",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint-plugin-react": "^7.33.2",
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
},
"repository": "https://github.com/alifur-rahman/longevity-catalyst-server.git"
}