{
  "name": "@volcanicminds/backend",
  "version": "2.3.2",
  "type": "module",
  "codename": "rome",
  "license": "MIT",
  "description": "The volcanic (minds) backend",
  "keywords": [
    "volcanic",
    "open source",
    "api",
    "framework",
    "backend",
    "http",
    "https",
    "fastify",
    "apollo",
    "swagger",
    "graphql",
    "helmet",
    "json",
    "typescript",
    "javascript",
    "rest",
    "restful",
    "graphql",
    "pino",
    "rate limit",
    "jest"
  ],
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "lib"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "prebuild": "npm run clean",
    "build": "tsc",
    "preprod": "npm run build",
    "prod": "cd dist && node server.js",
    "start": "tsx --env-file .env server.ts",
    "dev": "tsx watch --env-file .env server.ts",
    "test": "npm run test:full",
    "test:full": "cross-env PORT=2231 NODE_ENV=memory BROWSER=false mocha --loader=tsx ./test/index.spec.ts -t 100000",
    "reset": "npm install && npm update && npm run build",
    "upgrade-deps": "npx npm-check-updates -u",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "type-check": "tsc --noEmit",
    "check-all": "npm run lint && npm run type-check",
    "combine": "node combine.js"
  },
  "dependencies": {
    "@apollo/server": "^5.2.0",
    "@as-integrations/fastify": "^3.1.0",
    "@fastify/compress": "^8.3.0",
    "@fastify/cookie": "^11.0.2",
    "@fastify/cors": "^11.2.0",
    "@fastify/helmet": "^13.0.2",
    "@fastify/jwt": "^10.0.0",
    "@fastify/multipart": "^9.3.0",
    "@fastify/rate-limit": "^10.3.0",
    "@fastify/schedule": "^6.0.0",
    "@fastify/swagger": "^9.6.1",
    "@fastify/swagger-ui": "^5.2.3",
    "dayjs": "^1.11.19",
    "dotenv": "^17.2.3",
    "fastify": "^5.6.2",
    "fastify-raw-body": "^5.0.0",
    "glob": "^13.0.0",
    "graphql": "^16.12.0",
    "i18n": "^0.15.3",
    "lodash": "^4.17.21",
    "nanoid": "^5.1.6",
    "object-sizeof": "^2.6.5",
    "pino": "^10.1.0",
    "pino-pretty": "^13.1.3",
    "root-require": "^0.3.1",
    "semver": "^7.7.3",
    "toad-scheduler": "^3.1.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.10.4",
    "@types/semver": "^7.7.1",
    "cross-env": "^10.1.0",
    "eslint": "^9.39.2",
    "expect": "^30.2.0",
    "globals": "^16.5.0",
    "mocha": "^11.7.5",
    "npm-upgrade": "^3.1.2",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.50.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/volcanicminds/volcanic-backend.git"
  },
  "homepage": "https://volcanicminds.com",
  "bugs": {
    "url": "https://github.com/volcanicminds/volcanic-backend/issues"
  },
  "author": "Volcanic Minds <developers@volcanicminds.com> (https://volcanicminds.com)",
  "maintainers": [
    "Developers <developers@volcanicminds.com> (https://volcanicminds.com)"
  ],
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "engines": {
    "node": ">=24"
  }
}
