@standardbeagle/ps-claude
Version:
Windows PowerShell wrapper for Claude CLI
35 lines (34 loc) • 808 B
JSON
{
"name": "@standardbeagle/ps-claude",
"version": "1.2.1",
"description": "Windows PowerShell wrapper for Claude CLI",
"main": "ps-claude.exe",
"bin": {
"ps-claude": "./ps-claude.exe"
},
"scripts": {
"build": "make build",
"clean": "make clean",
"postinstall": "node -e \"if (process.platform === 'win32') { require('fs').chmodSync('./ps-claude.exe', 0o755); }\""
},
"keywords": [
"claude",
"cli",
"windows",
"wsl",
"powershell"
],
"author": "",
"license": "MIT",
"os": [
"win32"
],
"repository": {
"type": "git",
"url": "git+https://github.com/standardbeagle/ps-claude.git"
},
"bugs": {
"url": "https://github.com/standardbeagle/ps-claude/issues"
},
"homepage": "https://github.com/standardbeagle/ps-claude#readme"
}