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>
18 lines
340 B
JSON
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"
|
|
}
|
|
}
|