{ "name": "nowhere-backend", "version": "1.0.0", "description": "Advanced Nowhere AI Agent Backend with TypeScript", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "dev:watch": "nodemon --exec ts-node src/index.ts", "test": "jest", "lint": "eslint src/**/*.ts", "format": "prettier --write src/**/*.ts" }, "dependencies": { "express": "^4.18.2", "cors": "^2.8.5", "helmet": "^7.1.0", "compression": "^1.7.4", "dotenv": "^16.3.1", "socket.io": "^4.7.4", "jsonwebtoken": "^9.0.2", "bcryptjs": "^2.4.3", "winston": "^3.11.0", "express-rate-limit": "^7.1.5", "redis": "^4.6.10", "pg": "^8.11.3", "openai": "^4.20.1", "@anthropic-ai/sdk": "^0.9.1", "axios": "^1.6.2", "multer": "^1.4.5-lts.1", "uuid": "^9.0.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.0", "@types/express": "^4.17.21", "@types/cors": "^2.8.17", "@types/compression": "^1.7.5", "@types/jsonwebtoken": "^9.0.5", "@types/bcryptjs": "^2.4.6", "@types/multer": "^1.4.11", "@types/uuid": "^9.0.7", "@types/pg": "^8.10.9", "typescript": "^5.3.2", "ts-node": "^10.9.1", "nodemon": "^3.0.1", "eslint": "^8.55.0", "@typescript-eslint/eslint-plugin": "^6.13.1", "@typescript-eslint/parser": "^6.13.1", "prettier": "^3.1.0", "jest": "^29.7.0", "@types/jest": "^29.5.8" }, "keywords": [ "ai", "coding-assistant", "voice-integration", "autopilot", "nowhere", "typescript" ], "author": "Nowhere Team", "license": "MIT" }