{
  "name": "foundryvtt",
  "productName": "Foundry Virtual Tabletop",
  "description": "Foundry Virtual Tabletop: A standalone application for online tabletop role-playing games.",
  "release": {
    "generation": 13,
    "channel": "stable",
    "suffix": "Stable",
    "build": 351,
    "node_version": 20
  },
  "author": {
    "name": "Foundry Gaming LLC",
    "email": "admin@foundryvtt.com",
    "url": "https://foundryvtt.com"
  },
  "homepage": "https://foundryvtt.com",
  "license": "SEE LICENSE IN license.html",
  "private": true,
  "repository": "https://github.com/foundryvtt/foundryvtt",
  "bugs": "https://github.com/foundryvtt/foundryvtt/issues",
  "main": "main.js",
  "engines": {
    "node": ">=20.18.0 <23.0.0"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.775.0",
    "@aws-sdk/s3-request-presigner": "^3.775.0",
    "@codemirror/lang-html": "^6.4.9",
    "@codemirror/lang-javascript": "^6.2.3",
    "@codemirror/lang-json": "^6.0.1",
    "@codemirror/lang-markdown": "^6.3.2",
    "@foundryvtt/pdfjs": "4.0.379-1",
    "@pixi/basis": "^7.4.3",
    "@pixi/graphics-smooth": "^1.1.1",
    "@pixi/particle-emitter": "^5.0.8",
    "abort-controller": "^3.0.0",
    "abstract-level": "^2.0.2",
    "archiver": "^7.0.1",
    "archiver-utils": "^5.0.2",
    "chokidar": "^4.0.3",
    "classic-level": "^2.0.0",
    "codemirror": "^6.0.1",
    "compression": "^1.8.0",
    "cookie": "^0.7.2",
    "eslint-linter-browserify": "^9.23.0",
    "express": "^4.21.2",
    "express-fileupload": "^1.5.1",
    "express-handlebars": "^8.0.1",
    "express-session": "^1.18.1",
    "fs-extra": "^11.3.0",
    "handlebars": "^4.7.8",
    "handlebars-intl": "^1.1.2",
    "jquery": "^3.7.1",
    "mime-types": "^2.1.35",
    "minimatch": "^10.0.1",
    "nat-upnp": "^1.1.1",
    "nedb": "^1.8.0",
    "nedb-session-store": "^1.1.2",
    "parse5": "^7.2.1",
    "peggy": "^4.2.0",
    "pixi.js": "^7.4.3",
    "proper-lockfile": "^4.1.2",
    "prosemirror-collab": "^1.3.1",
    "prosemirror-commands": "^1.7.0",
    "prosemirror-dropcursor": "^1.8.1",
    "prosemirror-gapcursor": "^1.3.2",
    "prosemirror-history": "^1.4.1",
    "prosemirror-inputrules": "^1.5.0",
    "prosemirror-keymap": "^1.2.2",
    "prosemirror-model": "^1.25.0",
    "prosemirror-schema-list": "^1.5.1",
    "prosemirror-state": "^1.4.3",
    "prosemirror-tables": "^1.6.4",
    "prosemirror-transform": "^1.10.3",
    "prosemirror-view": "^1.38.1",
    "sanitize-html": "^2.15.0",
    "showdown": "^2.1.0",
    "simple-peer": "^9.11.1",
    "socket.io": "^4.8.1",
    "socket.io-client": "^4.8.1",
    "spark-md5": "^3.0.2",
    "tinymce": "^6.8.5",
    "unzipper": "^0.12.3",
    "winston": "^3.17.0",
    "winston-daily-rotate-file": "^5.0.0"
  },
  "overrides": {
    "typescript": "5.6.3"
  },
  "version": "13.351.0"
}