{
	"name": "@getjack/jack",
	"version": "0.1.38",
	"description": "Ship before you forget why you started. The vibecoder's deployment CLI.",
	"license": "Apache-2.0",
	"type": "module",
	"bin": {
		"jack": "./src/index.ts"
	},
	"files": ["src", "templates"],
	"engines": {
		"bun": ">=1.0.0"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/getjack-org/jack"
	},
	"publishConfig": {
		"access": "public"
	},
	"keywords": [
		"cli",
		"deploy",
		"vibecoding",
		"vibecode",
		"shipping",
		"edge",
		"serverless",
		"ai-agent",
		"claude",
		"cursor"
	],
	"scripts": {
		"dev": "bun run src/index.ts",
		"build": "bun build --compile src/index.ts --outfile dist/jack",
		"lint": "biome check .",
		"format": "biome format --write ."
	},
	"devDependencies": {
		"@types/archiver": "^7.0.0",
		"bun-types": "latest"
	},
	"dependencies": {
		"@clack/prompts": "^0.11.0",
		"@modelcontextprotocol/sdk": "^1.25.1",
		"archiver": "^7.0.1",
		"cron-parser": "^4.9.0",
		"cronstrue": "^2.50.0",
		"fflate": "^0.8.2",
		"human-id": "^4.1.3",
		"meow": "^14.0.0",
		"yocto-spinner": "^1.0.0",
		"zod": "^4.2.1"
	}
}
