|
8 | 8 | "github": "https://github.com/Rahad-Ullah" |
9 | 9 | }, |
10 | 10 | "license": "ISC", |
11 | | - "keywords": ["node", "express", "typescript", "mongodb", "mongoose", "rest api", "template"], |
| 11 | + "keywords": [ |
| 12 | + "node", |
| 13 | + "express", |
| 14 | + "typescript", |
| 15 | + "mongodb", |
| 16 | + "mongoose", |
| 17 | + "rest api", |
| 18 | + "template" |
| 19 | + ], |
12 | 20 | "main": "index.js", |
13 | 21 | "scripts": { |
14 | 22 | "dev": "ts-node-dev --respawn --transpile-only src/dev-server.ts", |
15 | 23 | "start": "node dist/server.js", |
16 | 24 | "build": "tsc", |
17 | 25 | "cm": "ts-node ./src/cm.ts", |
18 | 26 | "lint:check": "eslint --ignore-path .eslintignore --ext .js,.ts", |
19 | | - "lint:fix": "lint . --fix", |
| 27 | + "lint:fix": "eslint --fix", |
20 | 28 | "prettier:check": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"", |
21 | 29 | "prettier:fix": "prettier --write .", |
22 | 30 | "test": "echo \"Error: no test specified\" && exit 1" |
23 | 31 | }, |
24 | 32 | "devDependencies": { |
| 33 | + "@semantic-release/changelog": "^6.0.3", |
| 34 | + "@semantic-release/git": "^10.0.1", |
| 35 | + "@semantic-release/github": "^12.0.1", |
25 | 36 | "@types/bcrypt": "^5.0.2", |
26 | 37 | "@types/bcryptjs": "^2.4.6", |
27 | 38 | "@types/cors": "^2.8.17", |
|
34 | 45 | "@typescript-eslint/parser": "^7.15.0", |
35 | 46 | "eslint": "^8.56.0", |
36 | 47 | "eslint-config-prettier": "^9.1.0", |
| 48 | + "semantic-release": "^24.2.9", |
37 | 49 | "ts-node-dev": "^2.0.0", |
38 | 50 | "typescript": "^5.5.3" |
39 | 51 | }, |
|
50 | 62 | "morgan": "^1.10.0", |
51 | 63 | "multer": "^1.4.5-lts.1", |
52 | 64 | "nodemailer": "^7.0.10", |
53 | | - "npm": "^10.8.1", |
54 | 65 | "socket.io": "^4.7.5", |
55 | 66 | "winston": "^3.13.0", |
56 | 67 | "winston-daily-rotate-file": "^5.0.0", |
|
0 commit comments