claudewatch
Version:
Automated validation and self-healing system for Claude Code projects
57 lines (56 loc) • 1.27 kB
JSON
{
"name": "claudewatch",
"version": "1.0.1",
"description": "Automated validation and self-healing system for Claude Code projects",
"main": "lib/index.js",
"bin": {
"claudewatch": "./bin/claudewatch.js"
},
"scripts": {
"postinstall": "node lib/postinstall.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm test"
},
"keywords": [
"claude",
"claude-code",
"validation",
"testing",
"playwright",
"self-healing",
"automation",
"accessibility",
"performance"
],
"author": "PolarOrchid <contact@polarorchid.com> (https://PolarOrchid.com)",
"license": "MIT",
"dependencies": {
"@playwright/test": "^1.54.1",
"chalk": "^4.1.2",
"commander": "^12.0.0",
"ora": "^5.4.1",
"prompts": "^2.4.2"
},
"devDependencies": {
"jest": "^29.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/PolarOrchid/ClaudeWatch"
},
"homepage": "https://github.com/PolarOrchid/ClaudeWatch#readme",
"bugs": {
"url": "https://github.com/PolarOrchid/ClaudeWatch/issues"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"bin/",
"lib/",
"templates/",
"CHANGELOG.md"
]
}