{
	"name": "@crafter/trx",
	"version": "0.9.2",
	"description": "Agent-first CLI for audio/video transcription via Whisper",
	"module": "bin/trx.ts",
	"type": "module",
	"files": [
		"bin",
		"src",
		"schemas",
		"skills",
		"AGENTS.md",
		"CLAUDE.md",
		"CHANGELOG.md"
	],
	"license": "MIT",
	"homepage": "https://crafter.run/docs/trx",
	"repository": {
		"type": "git",
		"url": "https://github.com/crafter-station/trx"
	},
	"keywords": [
		"transcription",
		"whisper",
		"stt",
		"speech-to-text",
		"cli",
		"agent",
		"subtitles",
		"srt",
		"audio",
		"video",
		"yt-dlp",
		"ffmpeg"
	],
	"bin": {
		"trx": "bin/trx.ts"
	},
	"scripts": {
		"dev": "bun run bin/trx.ts",
		"test": "bun test",
		"check": "biome check --write .",
		"prepublishOnly": "cp ../../README.md ./README.md && cp ../../LICENSE ./LICENSE"
	},
	"dependencies": {
		"@clack/prompts": "^1.1.0",
		"@crafter/trx": "^0.4.1",
		"commander": "^14.0.3"
	},
	"devDependencies": {
		"@types/bun": "latest"
	},
	"engines": {
		"bun": ">=1.0.0"
	}
}
