{
  "name": "@leanandmean/scramjet",
  "version": "0.55.2",
  "description": "A high-velocity harness for agentic development",
  "license": "Apache-2.0",
  "repository": "github:LeanAndMean/scramjet",
  "type": "module",
  "bin": {
    "scramjet": "./bin/scramjet.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "bin/",
    "dist/",
    "mach12/",
    "themes/",
    "scripts/",
    "docs/",
    "CHANGELOG.md",
    "README.md",
    "LICENSE",
    "NOTICE"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "typecheck": "tsgo --noEmit -p tsconfig.build.json",
    "build": "tsgo -p tsconfig.build.json",
    "test": "vitest --run",
    "lint": "biome check .",
    "postinstall": "node scripts/postinstall.js",
    "prepack": "npm run build"
  },
  "dependencies": {
    "@leanandmean/agent": "0.74.1-scramjet.10",
    "@leanandmean/ai": "0.74.1-scramjet.8",
    "@leanandmean/coding-agent": "0.74.1-scramjet.19",
    "@leanandmean/tui": "0.74.1-scramjet.8",
    "typebox": "^1.1.24",
    "yaml": "^2.9.0"
  }
}
