{ "name": "neuron-server", "version": "1.0.0", "main": "src/index.ts", "scripts": { "build": "tsc --project tsconfig.json && tsc-alias -p tsconfig.json", "start": "node dist/index.js", "dev": "node -r ts-node/register -r tsconfig-paths/register --env-file .env src/index.ts", "format": "prettier --write \"{src,test}/**/*.{js,ts}\"" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "@types/bcrypt": "^5.0.2", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/jsonwebtoken": "^9.0.7", "@types/lodash": "^4.17.12", "@types/multer": "^1.4.12", "@types/node": "^22.7.7", "@types/pg": "^8.11.10", "@types/ws": "^8.5.12", "concurrently": "^9.0.1", "nodemon": "^3.1.7", "prettier": "^3.3.3", "ts-node": "^10.9.2", "tsc-alias": "^1.8.10", "tsconfig-paths": "^4.2.0", "typescript": "^5.6.3" }, "dependencies": { "@aws-sdk/client-s3": "^3.675.0", "@aws-sdk/s3-request-presigner": "^3.675.0", "axios": "^1.7.7", "bcrypt": "^5.1.1", "bullmq": "^5.21.1", "cors": "^2.8.5", "express": "^4.21.1", "js-base64": "^3.7.7", "js-sha256": "^0.11.0", "kafkajs": "^2.2.4", "kysely": "^0.27.4", "lodash": "^4.17.21", "multer": "^1.4.5-lts.1", "pg": "^8.13.0", "postgres": "^3.4.4", "redis": "^4.7.0", "sharp": "^0.33.5", "ulid": "^2.3.0", "ws": "^8.18.0", "yjs": "^13.6.20" } }