clauded
Version:
Tame Claude - reduce risk and time wasting. Confidence validation is just the first step in comprehensive AI behavior management.
61 lines (60 loc) • 1.31 kB
JSON
{
"name": "clauded",
"version": "1.2.0",
"description": "Tame Claude - reduce risk and time wasting. Confidence validation is just the first step in comprehensive AI behavior management.",
"type": "module",
"main": "src/index.js",
"bin": {
"clauded": "./bin/clauded.js"
},
"scripts": {
"test": "jest",
"lint": "eslint src/",
"prepare": "npm run build",
"build": "echo 'No build step required'",
"postinstall": "node src/setup/install.js"
},
"keywords": [
"claude",
"claude-code",
"confidence",
"validator",
"hooks",
"cli",
"developer-tools",
"risk-management",
"productivity",
"ai-safety",
"behavior-management"
],
"author": "mrrxwyz",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"inquirer": "^9.2.12",
"ora": "^7.0.1"
},
"devDependencies": {
"eslint": "^8.55.0",
"jest": "^29.7.0"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"bin/",
"src/",
"src/**/*.py",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mrrxwyz/clauded.git"
},
"bugs": {
"url": "https://github.com/mrrxwyz/clauded/issues"
},
"homepage": "https://github.com/mrrxwyz/clauded#readme"
}