{
  "name": "server",
  "description": "生财有迹（Wealth Tracker），服务端代码实现。",
  "version": "4.0.0",
  "author": "nicejade",
  "main": "index.ts",
  "scripts": {
    "start": "npx tsx src/index.ts",
    "dev": "npm run watch",
    "build": "tsc",
    "watch": "npx tsx watch src/index.ts",
    "deploy": "pm2 start ecosystem.config.js --env production"
  },
  "dependencies": {
    "@fastify/cookie": "^8.3.0",
    "@fastify/helmet": "^10.1.0",
    "@fastify/multipart": "^7.7.3",
    "@fastify/rate-limit": "^8.0.0",
    "@fastify/static": "^7.0.4",
    "axios": "^1.3.5",
    "bcrypt": "^6.0.0",
    "dayjs": "^1.11.10",
    "fastify": "^4.13.0",
    "fastify-plugin": "^5.0.1",
    "fastify-xml-body-parser": "^2.2.0",
    "isomorphic-fetch": "^3.0.0",
    "openai": "^4.72.0",
    "sequelize": "^6.37.1",
    "sqlite3": "^5.1.7"
  },
  "devDependencies": {
    "@types/bcrypt": "^6.0.0",
    "@types/node": "^22.13.5",
    "@types/sha1": "^1.1.3",
    "sequelize-cli": "^6.6.2",
    "tsx": "^4.19.3",
    "typescript": "^5.7.3"
  },
  "license": "MIT"
}
