UNPKG

bedrock-launcher-version-symlink-generator

Version:

A CLI to create symlinks for each of the version folders in Bedrock Launcher, so you can access the folders by version number instead of by UUID.

41 lines (40 loc) 1.26 kB
{ "name": "bedrock-launcher-version-symlink-generator", "version": "1.0.0", "description": "A CLI to create symlinks for each of the version folders in Bedrock Launcher, so you can access the folders by version number instead of by UUID.", "keywords": [ "8Crafter", "Ore", "MCBE", "Bedrock Launcher Lite", "Bedrock Launcher" ], "homepage": "https://github.com/8Crafter-Studios/bedrock-launcher-version-symlink-generator#readme", "bugs": { "url": "https://github.com/8Crafter-Studios/bedrock-launcher-version-symlink-generator/issues" }, "repository": { "type": "git", "url": "git+https://github.com/8Crafter-Studios/bedrock-launcher-version-symlink-generator.git" }, "license": "MIT", "author": "8Crafter", "type": "module", "main": "lib/index.js", "bin": { "bedrock-launcher-version-symlink-generator": "bin/bedrock-launcher-version-symlink-generator" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "chalk": "^5.4.1" }, "devDependencies": { "@types/node": "^24.0.4" }, "os": [ "win32" ], "preferGlobal": true }