{
	"name": "@leanandmean/scramjet",
	"version": "0.37.0",
	"description": "A high-velocity harness for agentic development",
	"license": "MIT",
	"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/",
		"scripts/",
		"docs/",
		"CHANGELOG.md",
		"README.md",
		"LICENSE",
		"THIRD-PARTY-NOTICES"
	],
	"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.5",
		"@leanandmean/ai": "0.74.1-scramjet.4",
		"@leanandmean/coding-agent": "0.74.1-scramjet.6",
		"@leanandmean/tui": "0.74.1-scramjet.4",
		"typebox": "^1.1.24",
		"yaml": "^2.9.0"
	}
}
