{
  "name": "@theia/filesystem",
  "version": "1.71.0",
  "description": "Theia - FileSystem Extension",
  "dependencies": {
    "@theia/core": "1.71.0",
    "@types/body-parser": "^1.19.6",
    "@types/multer": "^1.4.13",
    "@types/tar-fs": "^1.16.3",
    "@types/tar-stream": "^3.1.4",
    "async-mutex": "^0.3.2",
    "body-parser": "^1.20.4",
    "http-status-codes": "^1.4.0",
    "ignore": "^6.0.2",
    "minimatch": "^10.2.5",
    "multer": "^2.1.1",
    "opfs-worker": "1.3.1",
    "rimraf": "^5.0.10",
    "stat-mode": "^1.0.0",
    "tar-fs": "^3.1.2",
    "tar-stream": "^3.1.8",
    "trash": "^7.2.0",
    "tslib": "^2.6.2",
    "vscode-languageserver-textdocument": "^1.0.12"
  },
  "publishConfig": {
    "access": "public"
  },
  "theiaExtensions": [
    {
      "preload": "lib/electron-browser/preload",
      "electronMain": "lib/electron-main/electron-main-module"
    },
    {
      "frontend": "lib/browser/filesystem-frontend-module",
      "secondaryWindow": "lib/browser/filesystem-frontend-module",
      "backend": "lib/node/filesystem-backend-module"
    },
    {
      "frontendOnly": "lib/browser-only/browser-only-filesystem-frontend-module"
    },
    {
      "frontend": "lib/browser/download/file-download-frontend-module",
      "frontendOnly": "lib/browser-only/download/file-download-frontend-module",
      "backend": "lib/node/download/file-download-backend-module"
    },
    {
      "frontend": "lib/browser/file-dialog/file-dialog-module"
    },
    {
      "frontendElectron": "lib/electron-browser/file-dialog/electron-file-dialog-module"
    }
  ],
  "keywords": [
    "theia-extension"
  ],
  "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/eclipse-theia/theia.git"
  },
  "bugs": {
    "url": "https://github.com/eclipse-theia/theia/issues"
  },
  "homepage": "https://github.com/eclipse-theia/theia",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "theiaext build",
    "clean": "theiaext clean",
    "compile": "theiaext compile",
    "lint": "theiaext lint",
    "test": "theiaext test",
    "test:watch": "theiaext test:watch",
    "watch": "theiaext watch"
  },
  "devDependencies": {
    "@theia/ext-scripts": "1.71.0"
  },
  "nyc": {
    "extends": "../../configs/nyc.json"
  },
  "gitHead": "d8a596fc99f0a8e68b466828ed162569d79e3a71"
}
