UNPKG

stardew-git

Version:

A tool that versions changes in Stardew Valley savegames with git.

46 lines (45 loc) 1.03 kB
{ "name": "stardew-git", "version": "1.0.3", "description": "A tool that versions changes in Stardew Valley savegames with git.", "keywords": [ "Stardew Valley", "git", "savegame", "version control" ], "homepage": "https://gitlab.com/metaa/stardew-git#readme", "bugs": { "url": "https://gitlab.com/metaa/stardew-git/issues" }, "license": "MIT", "author": { "name": "Metaa", "email": "npm@metaa.io", "url": "https://metaa.io/" }, "main": "index.js", "bin": "bin/cli.js", "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://gitlab.com/metaa/stardew-git.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "chalk": "^2.4.1", "chokidar": "^2.0.3", "fs-extra": "^6.0.1", "inquirer": "^5.2.0", "manakin": "^0.5.1", "prettify-xml": "^1.2.0", "simple-git": "^1.92.0", "xml2js": "^0.4.19", "yargs": "^11.0.0" }, "devDependencies": {} }