Files
gastown/npm-package/package.json
mayor 9cd2696abe
Some checks failed
Release / goreleaser (push) Failing after 5m20s
Release / publish-npm (push) Has been skipped
Release / update-homebrew (push) Has been skipped
chore: Bump version to 0.4.0
Key fix: Orphan cleanup now skips Claude processes in valid Gas Town
tmux sessions (gt-*/hq-*), preventing false kills of witnesses,
refineries, and deacon during startup.

Updated all component versions:
- gt CLI: 0.3.1 → 0.4.0
- npm package: 0.3.0 → 0.4.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 12:46:49 -08:00

52 lines
980 B
JSON

{
"name": "@gastown/gt",
"version": "0.4.0",
"description": "Gas Town CLI - multi-agent workspace manager with native binary support",
"main": "bin/gt.js",
"bin": {
"gt": "bin/gt.js"
},
"scripts": {
"postinstall": "node scripts/postinstall.js",
"test": "node scripts/test.js"
},
"keywords": [
"multi-agent",
"workspace-manager",
"ai-agent",
"coding-agent",
"claude",
"git",
"orchestration"
],
"author": "Steve Yegge",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/steveyegge/gastown.git",
"directory": "npm-package"
},
"bugs": {
"url": "https://github.com/steveyegge/gastown/issues"
},
"homepage": "https://github.com/steveyegge/gastown#readme",
"engines": {
"node": ">=14.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"files": [
"bin/",
"scripts/",
"README.md",
"LICENSE"
]
}