Files
evolve-save-editor/package.json
Julian Tabel 3a84335cda Add interactive mode with menu-driven resource editing
Running with no flags launches an interactive menu powered by @inquirer/prompts.
Supports chaining multiple actions (max resources, set crafted, geology, time)
before saving once to clipboard.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 16:58:25 +01:00

18 lines
340 B
JSON

{
"name": "evolve-save-editor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@inquirer/prompts": "^8.3.0",
"lz-string": "^1.5.0"
}
}