{
  "name": "@fastify-core/single",
  "version": "1.0.2",
  "type": "module",
  "description": "",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs"
    },
    "./models": {
      "types": "./dist/models/index.d.ts",
      "import": "./dist/models/index.mjs"
    },
    "./controllers": {
      "types": "./dist/controllers/index.d.ts",
      "import": "./dist/controllers/index.mjs"
    }
  },
  "files": [
    "dist",
    "scripts/postinstall.cjs",
    "README.md"
  ],
  "scripts": {
    "test": "tsc --noEmit && oxlint .",
    "build": "tsdown",
    "pack": "npm run build && npm pack",
    "prepublishOnly": "npm run build",
    "postinstall": "node scripts/postinstall.cjs"
  },
  "keywords": [],
  "author": "MIT",
  "license": "ISC",
  "peerDependencies": {
    "@fastify-core/base": "^1.0.1",
    "@fastify-core/elfinder": "^1.0.0",
    "@fastify/mysql": "^5.0.2",
    "@fastify/session": "^11.1.2",
    "argon2": "^0.45.0",
    "date-fns": "^4.4.0",
    "date-fns-tz": "^3.2.0",
    "decimal.js": "^10.6.0",
    "fastify": "^5.10.0",
    "jsonwebtoken": "^9.0.3",
    "mysql2": "^3.23.3",
    "adm-zip": "^0.6.0",
    "archiver": "^8.0.0",
    "base-64": "^1.0.0",
    "mime-types": "^3.0.2",
    "sharp": "^0.35.3",
    "@fastify/cookie": "^11.1.2",
    "ua-parser-js": "^2.0.10",
    "dotenv": "^17.4.2",
    "exceljs": "^4.4.0"
  },
  "devDependencies": {
    "@fastify-core/base": "^1.0.1",
    "@fastify-core/elfinder": "^1.0.0",
    "@fastify/mysql": "^5.0.2",
    "@fastify/session": "^11.1.2",
    "argon2": "^0.45.0",
    "date-fns": "^4.4.0",
    "date-fns-tz": "^3.2.0",
    "decimal.js": "^10.6.0",
    "fastify": "^5.10.0",
    "jsonwebtoken": "^9.0.3",
    "mysql2": "^3.23.3",
    "adm-zip": "^0.6.0",
    "archiver": "^8.0.0",
    "base-64": "^1.0.0",
    "mime-types": "^3.0.2",
    "sharp": "^0.35.3",
    "@fastify/cookie": "^11.1.2",
    "ua-parser-js": "^2.0.10",
    "dotenv": "^17.4.2",
    "exceljs": "^4.4.0",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/node": "^26.2.0",
    "oxlint": "^1.74.0",
    "ts-node": "^10.9.2",
    "tsdown": "^0.22.14",
    "typescript": "^6.0.3"
  },
  "overrides": {
    "exceljs": {
      "uuid": "^11.1.1"
    }
  },
  "engines": {
    "node": ">=24"
  }
}