{
  "name": "foundryvtt",
  "productName": "Foundry Virtual Tabletop",
  "description": "Foundry Virtual Tabletop: A standalone application for online tabletop role-playing games.",
  "release": {
    "generation": 10,
    "channel": "stable",
    "suffix": "",
    "build": 290,
    "node_version": 14
  },
  "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": ">14.0.0 <17.0.0"
  },
  "dependencies": {
    "@foundryvtt/pdfjs": "2.14.305-1",
    "@pixi/graphics-smooth": "^0.0.30",
    "@pixi/particle-emitter": "^5.0.7",
    "abort-controller": "^3.0.0",
    "aws-sdk": "^2.1206.0",
    "compression": "^1.7.4",
    "cookie": "^0.5.0",
    "crypto": "^1.0.1",
    "express": "^4.18.1",
    "express-fileupload": "^1.4.0",
    "express-handlebars": "^6.0.6",
    "express-session": "^1.17.3",
    "fs-extra": "^10.1.0",
    "handlebars": "^4.7.7",
    "handlebars-intl": "^1.1.2",
    "jquery": "^3.6.1",
    "mime-types": "^2.1.35",
    "minimatch": "^5.1.0",
    "nat-upnp": "^1.1.1",
    "nedb": "^1.8.0",
    "nedb-session-store": "^1.1.2",
    "node-fetch": "^3.2.10",
    "parse5": "^7.0.0",
    "pixi.js": "^6.5.2",
    "proper-lockfile": "^4.1.2",
    "prosemirror-collab": "^1.3.0",
    "prosemirror-commands": "^1.3.0",
    "prosemirror-dropcursor": "^1.6.0",
    "prosemirror-gapcursor": "^1.3.1",
    "prosemirror-history": "^1.3.0",
    "prosemirror-inputrules": "^1.2.0",
    "prosemirror-keymap": "^1.2.0",
    "prosemirror-model": "^1.18.1",
    "prosemirror-schema-list": "^1.2.1",
    "prosemirror-state": "^1.4.1",
    "prosemirror-tables": "^1.2.5",
    "prosemirror-transform": "^1.7.0",
    "prosemirror-view": "^1.27.2",
    "rimraf": "^3.0.2",
    "sanitize-html": "^2.7.1",
    "showdown": "^2.1.0",
    "simple-peer": "^9.11.1",
    "socket.io": "^4.5.1",
    "socket.io-client": "^4.5.1",
    "tinymce": "^6.1.2",
    "winston": "^3.8.1",
    "yauzl": "^2.10.0"
  },
  "version": "10.290.0"
}