{
  "name": "@argoncs/api-server",
  "version": "1.0.5-re",
  "description": "Argon Contest Server Backend",
  "author": "Harry Chen",
  "license": "AGPL-3.0",
  "types": "./dist/src/index.d.ts",
  "main": "./dist/src/index.js",
  "repository": "github:chenhongqiao/argon",
  "type": "module",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "prepack": "tsc --build ."
  },
  "devDependencies": {
    "typescript": "^5.1.3"
  },
  "dependencies": {
    "@argoncs/common": "1.0.0-re",
    "@argoncs/types": "1.0.1-re",
    "@chenhongqiao/fastify-http-errors-enhanced": "^4.1.0",
    "@fastify/auth": "^4.1.0",
    "@fastify/cookie": "^8.3.0",
    "@fastify/sensible": "^5.1.1",
    "@fastify/type-provider-typebox": "^3.2.0",
    "@sendgrid/mail": "^7.7.0",
    "@sinclair/typebox": "^0.28.18",
    "fastify": "^4.18.0",
    "http-errors-enhanced": "^1.0.13",
    "nanoid": "^4.0.2"
  }
}