@alexberriman/claude-control
Version:
🎙️ Agent Tom to Claude control - I'm active and secure 🔒
85 lines • 2.7 kB
JSON
{
"name": "@alexberriman/claude-control",
"version": "0.1.19",
"description": "🎙️ Agent Tom to Claude control - I'm active and secure 🔒",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"claude-control": "./dist/index.js"
},
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "PACKAGE_VERSION=$(node -p \"require('./package.json').version\") tsup src/index.ts --format esm --treeshake --external playwright-core --external blessed --external blessed-contrib --define.process.env.PACKAGE_VERSION=\"'$(node -p \"require('./package.json').version\")'\"",
"test": "vitest run",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage",
"prepare": "husky",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"format": "prettier --write \"src/**/*.ts\"",
"format:check": "prettier --check src/",
"typecheck": "tsc --noEmit",
"check": "npm run lint && npm run typecheck && npm run test",
"lint-staged": "lint-staged",
"npm:check-auth": "npm whoami",
"npm:login": "npm login",
"publish:npm": "node scripts/npm-publish.js",
"release": "npm run check && npm version patch && git push && git push --tags && echo '\\nTo publish to npm:\\n1. First login: npm run npm:login\\n2. Then publish: npm run publish:npm'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexberriman/claude-control.git"
},
"author": "Alex Berriman",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexberriman/claude-control/issues"
},
"homepage": "https://github.com/alexberriman/claude-control#readme",
"dependencies": {
"@alexberriman/vibe": "^0.1.9",
"blessed": "^0.1.81",
"blessed-contrib": "^4.11.0",
"commander": "^14.0.0",
"ignore": "^7.0.4",
"node-pty": "^1.0.0",
"tslib": "^2.8.1",
"zod": "^3.25.20"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@types/blessed": "^0.1.25",
"@types/node": "^22.15.17",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"@vitest/coverage-v8": "^3.1.3",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-sonarjs": "^3.0.2",
"eslint-plugin-unicorn": "^59.0.1",
"husky": "^9.1.7",
"lint-staged": "^16.0.0",
"prettier": "^3.5.3",
"tsup": "^8.0.0",
"tsx": "^4.7.0",
"typescript": "^5.8.3",
"vitest": "^3.1.3"
},
"files": [
"dist"
],
"keywords": [
"space",
"transmission",
"control",
"agent",
"processing",
"cloud",
"terminal",
"countdown"
]
}