UNPKG

ccundo

Version:

Intelligent undo for Claude Code sessions - Revert individual operations with cascading safety and detailed previews

57 lines 1.21 kB
{ "name": "ccundo", "version": "1.1.1", "description": "Intelligent undo for Claude Code sessions - Revert individual operations with cascading safety and detailed previews", "main": "index.js", "bin": { "ccundo": "./bin/ccundo.js" }, "scripts": { "test": "jest", "test:watch": "jest --watch", "demo": "./demo-language.sh" }, "keywords": [ "claude", "claude-code", "undo", "redo", "revert", "cli", "ai-development", "session-management", "file-operations", "backup", "preview", "internationalization", "japanese" ], "author": "Ronit Sachdeva <ronitsachdev007@gmail.com>", "license": "MIT", "type": "module", "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "https://github.com/RonitSachdev/ccundo.git" }, "bugs": { "url": "https://github.com/RonitSachdev/ccundo/issues" }, "homepage": "https://github.com/RonitSachdev/ccundo#readme", "files": [ "bin/", "src/", "README.md", "LICENSE" ], "dependencies": { "chalk": "^5.3.0", "commander": "^11.1.0", "inquirer": "^9.2.12" }, "devDependencies": { "jest": "^29.7.0" } }