{ "name": "ts-config", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc --build", "start": "node ./dist/index.js", "start:dev": "nodemon ./src/index.ts", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "cors": "2.8.6", "dotenv": "17.4.2", "express": "5.2.1", "ioredis": "5.10.1", "jsonwebtoken": "9.0.3", "mongoose": "9.5.0" }, "devDependencies": { "@eslint/js": "10.0.1", "@types/bcrypt": "^6.0.0", "@types/cors": "^2.8.19", "@types/express": "^4.17.21", "@types/jsonwebtoken": "^9.0.10", "@typescript-eslint/eslint-plugin": "5.0.0", "@typescript-eslint/parser": "5.0.0", "eslint": "8.0.1", "nodemon": "3.1.14", "ts-node": "^10.9.2", "typescript": "^5.5.4" } }