{
  "name": "@vscode/test-web",
  "version": "0.0.76",
  "scripts": {
    "install-extensions": "npm i --prefix=fs-provider && npm i --prefix=sample",
    "compile": "tsc -b ./ && npm run compile-fs-provider",
    "watch": "tsc -b -w ./",
    "prepack": "npm run compile",
    "test": "eslint src && tsc --noEmit",
    "preversion": "npm test",
    "postversion": "git push && git push --tags",
    "compile-fs-provider": "npm run --prefix=fs-provider compile-web",
    "compile-sample": "npm run --prefix=sample compile-web",
    "sample": "npm run compile && npm run compile-sample && node . --extensionDevelopmentPath=sample sample/test-workspace",
    "sample-tests": "npm run compile && npm run compile-sample && node . --extensionDevelopmentPath=sample --extensionTestsPath=sample/dist/web/test/suite/index.js --headless=true sample/test-workspace",
    "empty": "npm run compile && node ."
  },
  "main": "./out/server/index.js",
  "bin": {
    "vscode-test-web": "./out/server/index.js"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@koa/cors": "^5.0.0",
    "@koa/router": "^14.0.0",
    "@playwright/browser-chromium": "^1.56.1",
    "tinyglobby": "^0.2.15",
    "gunzip-maybe": "^1.4.2",
    "http-proxy-agent": "^7.0.2",
    "https-proxy-agent": "^7.0.6",
    "koa": "^3.1.1",
    "koa-morgan": "^1.0.1",
    "koa-mount": "^4.2.0",
    "koa-static": "^5.0.0",
    "minimist": "^1.2.8",
    "playwright": "^1.56.1",
    "tar-fs": "^3.1.1",
    "vscode-uri": "^3.1.0"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.39.1",
    "@types/gunzip-maybe": "^1.4.3",
    "@types/koa": "^3.0.1",
    "@types/koa__router": "^12.0.5",
    "@types/koa-morgan": "^1.0.9",
    "@types/koa-mount": "^4.0.5",
    "@types/koa-static": "^4.0.4",
    "@types/minimist": "^1.2.5",
    "@types/node": "^20.16.13",
    "@types/tar-fs": "^2.0.4",
    "@typescript-eslint/eslint-plugin": "^8.46.3",
    "@typescript-eslint/parser": "^8.46.3",
    "eslint": "^9.39.1",
    "@tony.ganchev/eslint-plugin-header": "^3.1.8",
    "typescript": "^5.9.3"
  },
  "license": "MIT",
  "author": "Visual Studio Code Team",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/vscode-test-web.git"
  },
  "bugs": {
    "url": "https://github.com/microsoft/vscode-test-web/issues"
  }
}
