{
  "name": "@valescoagency/runway",
  "version": "0.16.0",
  "description": "Linear-driven orchestrator + scaffolder for coding agents on Sandcastle. `runway init` scaffolds a target repo (sandcastle + varlock + 1Password); `runway run` drains a Linear queue against it; `runway doctor`, `runway upgrade`, `runway upgrade-repo` round out the lifecycle.",
  "license": "MIT",
  "author": {
    "name": "Valesco Agency",
    "email": "jason@valescoagency.com",
    "url": "https://valescoagency.com"
  },
  "homepage": "https://github.com/ValescoAgency/runway#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ValescoAgency/runway.git"
  },
  "bugs": {
    "url": "https://github.com/ValescoAgency/runway/issues"
  },
  "keywords": [
    "claude-code",
    "sandcastle",
    "linear",
    "orchestrator",
    "agent",
    "varlock",
    "1password",
    "valesco",
    "cli"
  ],
  "type": "module",
  "bin": {
    "runway": "./dist/cli.js"
  },
  "files": [
    "dist",
    "prompts",
    "templates",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@ai-hero/sandcastle": "^0.5.10",
    "@anthropic-ai/sdk": "^0.96.0",
    "@effect/opentelemetry": "^0.63.0",
    "@linear/sdk": "^84.0.0",
    "@opentelemetry/api": "^1.9.1",
    "@opentelemetry/api-logs": "^0.218.0",
    "@opentelemetry/exporter-logs-otlp-http": "^0.218.0",
    "@opentelemetry/exporter-trace-otlp-http": "^0.218.0",
    "@opentelemetry/resources": "^2.7.1",
    "@opentelemetry/sdk-logs": "^0.218.0",
    "@opentelemetry/sdk-trace-base": "^2.7.1",
    "@opentelemetry/sdk-trace-node": "^2.7.1",
    "@opentelemetry/semantic-conventions": "^1.41.1",
    "effect": "^3.21.2",
    "execa": "^9.6.1",
    "yaml": "^2.9.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^21.0.1",
    "@commitlint/config-conventional": "^21.0.1",
    "@types/node": "^25.7.0",
    "lefthook": "^2.1.6",
    "tsx": "^4.21.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.6"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json && chmod +x dist/cli.js",
    "typecheck": "tsc --noEmit",
    "dev": "tsx src/cli.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "echo 'lint not configured yet'"
  }
}