{
  "name": "arbitrage_bot_backend",
  "version": "1.0.0",
  "main": "server.js",
  "type": "commonjs",
  "scripts": {
    "start": "server.ts",
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "devDependencies": {
    "@jup-ag/api": "^6.0.20",
    "@solana/spl-token": "^0.4.6",
    "@solana/web3.js": "^1.91.8",
    "@types/bcrypt": "^5.0.2",
    "@types/express": "^5.0.0",
    "@types/joi": "^17.2.3",
    "@types/jsonwebtoken": "^9.0.7",
    "@types/node": "^22.9.0",
    "dotenv": "^16.4.5",
    "typescript": "^5.6.3"
  },
  "dependencies": {
    "bcrypt": "^5.1.1",
    "cors": "^2.8.5",
    "express": "^4.21.1",
    "jsonwebtoken": "^9.0.2",
    "mongoose": "^8.8.1",
    "nodemon": "^3.1.7"
  },
  "imports": {
    "#config/*": "./config/*.ts",
    "#constants/*": "./constants/*.ts",
    "#controllers/*": "./controllers/*.ts",
    "#middlewares/*": "./middlewares/*.ts",
    "#models/*": "./models/*.ts",
    "#routes/*": "./routes/*.ts",
    "#utils/*": "./utils/*.ts",
    "#constant/*": "./constant/*.ts"
  }
}
