UNPKG

claudepoint

Version:

The safest way to experiment with Claude Code. Create instant checkpoints, experiment fearlessly, restore instantly.

55 lines (54 loc) 1.27 kB
{ "name": "claudepoint", "version": "1.4.4", "description": "The safest way to experiment with Claude Code. Create instant checkpoints, experiment fearlessly, restore instantly.", "main": "bin/claudepoint.js", "bin": { "claudepoint": "./bin/claudepoint.js", "claudepoint-hook": "./bin/claudepoint-hook.js" }, "type": "module", "preferGlobal": true, "scripts": { "start": "node src/index.js", "dev": "node src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "claude", "claude-code", "checkpoint", "backup", "version-control", "ai-development", "mcp", "anthropic" ], "author": "Andycufari", "license": "MIT", "engines": { "node": ">=18.0.0" }, "os": [ "win32", "darwin", "linux" ], "repository": { "type": "git", "url": "https://github.com/Andycufari/ClaudePoint.git" }, "homepage": "https://github.com/Andycufari/ClaudePoint#readme", "bugs": { "url": "https://github.com/Andycufari/ClaudePoint/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "chalk": "^4.1.2", "commander": "^11.1.0", "ignore": "^7.0.5", "inquirer": "^8.2.6", "ora": "^5.4.1", "tar": "^6.2.0" } }