@bscotch/stitch-launcher
Version:
Manage GameMaker IDE and runtime installations for fast switching between versions.
72 lines • 1.95 kB
JSON
{
"name": "@bscotch/stitch-launcher",
"version": "1.5.4",
"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.7.7",
"tslib": "^2.8.1",
"zod": "^4.0.15",
"@bscotch/gamemaker-releases": "0.7.2"
},
"devDependencies": {
"@types/chai": "^5.0.1",
"@types/inquirer": "^9.0.7",
"@types/mocha": "^10.0.9",
"chai": "^5.1.2",
"inquirer": "12.0.1",
"mocha": "^10.8.2",
"rimraf": "^6.0.1",
"typescript": "5.9.2"
},
"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"
}
}