claude-config-protector
Version:
Protect Claude Code from configuration corruption
38 lines • 887 B
JSON
{
"name": "claude-config-protector",
"version": "1.2.0",
"description": "Protect Claude Code from configuration corruption",
"main": "protector.js",
"bin": {
"claude-config-protector": "./cli.js",
"ccp": "./cli.js"
},
"scripts": {
"start": "node protector.js",
"test": "./test.sh",
"postinstall": "node postinstall.js",
"fix": "node fix-config.js"
},
"keywords": [
"claude",
"claude-code",
"config",
"corruption",
"protection",
"backup",
"recovery"
],
"author": "jfuginay",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jfuginay/claude-config-protector.git"
},
"bugs": {
"url": "https://github.com/jfuginay/claude-config-protector/issues"
},
"homepage": "https://github.com/jfuginay/claude-config-protector#readme"
}