{
  "name": "@bscotch/stitch-launcher",
  "version": "1.7.1",
  "description": "Manage GameMaker IDE and runtime installations for fast switching between versions.",
  "keywords": [
    "gml",
    "gamemaker",
    "game-maker",
    "stitch",
    "ide",
    "runtime",
    "launcher",
    "version",
    "installer",
    "install",
    "downloader",
    "download"
  ],
  "homepage": "https://github.com/bscotch/stitch/tree/develop/packages/launcher#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/bscotch/stitch.git",
    "directory": "packages/launcher"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./types": {
      "types": "./dist/lib/GameMakerLauncher.types.d.ts",
      "import": "./dist/lib/GameMakerLauncher.types.js"
    },
    "./dist/lib/GameMakerLauncher.types.js": {
      "types": "./dist/lib/GameMakerLauncher.types.d.ts",
      "import": "./dist/lib/GameMakerLauncher.types.js"
    }
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@bscotch/logger": "0.2.2",
    "@bscotch/pathy": "^2.12.1",
    "@bscotch/utility": "^7.2.0",
    "axios": "^1.13.2",
    "tslib": "^2.8.1",
    "zod": "^4.3.5",
    "@bscotch/gamemaker-releases": "0.8.0"
  },
  "devDependencies": {
    "@types/chai": "^5.2.3",
    "@types/inquirer": "^9.0.9",
    "@types/mocha": "^10.0.10",
    "chai": "^6.2.2",
    "inquirer": "13.1.0",
    "mocha": "^11.7.5",
    "rimraf": "^6.1.2",
    "typescript": "5.9.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --build",
    "clean": "rimraf build dist *.tsbuildinfo **/*.tsbuildinfo",
    "test": "mocha --config ../../config/.mocharc.cjs",
    "test:dev": "mocha --config ../../config/.mocharc.cjs --forbid-only=false --parallel=false --timeout=9999999999",
    "watch": "tsc --build --watch"
  }
}