Skip to main content
Glama
package.json2.44 kB
{ "name": "peekaboo", "version": "3.0.0", "private": true, "description": "Peekaboo - Lightning-fast macOS Screenshots & GUI Automation", "comments": [ "This package.json is for build scripts only.", "The TypeScript server has been removed - all MCP functionality is now in Swift." ], "scripts": { "build:cli": "cd Apps/CLI && swift build", "build:cli:release": "cd Apps/CLI && swift build -c release", "build:swift": "./scripts/build-swift-arm.sh", "build:swift:all": "./scripts/build-swift-universal.sh", "build:polter": "polter peekaboo --version", "build": "pnpm run build:cli", "test:safe": "cd Apps/CLI && swift test -Xswiftc -DPEEKABOO_SKIP_AUTOMATION", "test:automation": "cd Apps/CLI && PEEKABOO_INCLUDE_AUTOMATION_TESTS=true swift test", "test:automation:read": "bash -lc 'cd Apps/CLI && PEEKABOO_INCLUDE_AUTOMATION_TESTS=true RUN_AUTOMATION_READ=true swift test'", "test:automation:local": "bash -lc 'cd Apps/CLI && BIN_PATH=$(swift build --show-bin-path) && RUN_LOCAL_TESTS=true PEEKABOO_INCLUDE_AUTOMATION_TESTS=true PEEKABOO_CLI_PATH=\"$BIN_PATH/peekaboo\" swift test'", "test:all": "bash -lc 'set -euo pipefail; cd Apps/CLI && swift test -Xswiftc -DPEEKABOO_SKIP_AUTOMATION && PEEKABOO_INCLUDE_AUTOMATION_TESTS=true swift test'", "test": "pnpm run test:safe", "tachikoma:test:integration": "bash -lc 'cd Tachikoma && source ~/.profile && INTEGRATION_TESTS=1 swift test --parallel -Xswiftc -DLIVE_PROVIDER_TESTS'", "lint:swift": "cd Apps/CLI && swiftlint", "lint": "pnpm run lint:swift", "format:swift": "cd Apps/CLI && swiftformat .", "format": "pnpm run format:swift", "prepare-release": "node scripts/prepare-release.js", "poltergeist:start": "./scripts/poltergeist-wrapper.sh start", "poltergeist:haunt": "./scripts/poltergeist-wrapper.sh haunt", "poltergeist:stop": "./scripts/poltergeist-wrapper.sh stop", "poltergeist:rest": "./scripts/poltergeist-wrapper.sh rest", "poltergeist:status": "./scripts/poltergeist-wrapper.sh status", "poltergeist:logs": "./scripts/poltergeist-wrapper.sh logs" }, "repository": { "type": "git", "url": "git+https://github.com/steipete/peekaboo.git" }, "author": "Peter Steinberger <steipete@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/steipete/peekaboo/issues" }, "homepage": "https://github.com/steipete/peekaboo#readme" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/steipete/Peekaboo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server