{
	"name": "@gwigz/homunculus-terminal",
	"description": "A third-party terminal client for interacting with Linden Lab's virtual world \"Second Life\"",
	"version": "0.0.0-alpha.21",
	"author": "gwigz <gwigz@icloud.com>",
	"license": "MIT",
	"bugs": "https://github.com/gwigz/homunculus/issues",
	"homepage": "https://homunculus.inworld.link/en/docs/terminal",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/gwigz/homunculus.git"
	},
	"keywords": [
		"bot",
		"life",
		"second",
		"secondlife"
	],
	"type": "module",
	"main": "./dist/index.js",
	"files": [
		"dist"
	],
	"bin": {
		"homunculus": "./dist/index.js"
	},
	"engines": {
		"node": ">=22.16.0",
		"bun": ">=1.2.13"
	},
	"scripts": {
		"dev": "bun run src/index.tsx",
		"lint": "biome lint .",
		"prebuild": "rm -rf dist && tsc",
		"build": "esbuild src/index.tsx --bundle --platform=node --format=esm --packages=external --outdir=dist"
	},
	"dependencies": {
		"@gwigz/homunculus-core": "0.0.0-alpha.14",
		"dotenv": "^16.5.0",
		"ink": "^5.2.1",
		"ink-big-text": "^2.0.0",
		"ink-spinner": "^5.0.0",
		"ink-text-input": "^6.0.0",
		"meow": "^13.2.0",
		"react": "^18.3.1",
		"strip-ansi": "^7.1.0"
	},
	"devDependencies": {
		"@biomejs/biome": "2.0.0-beta.5",
		"@types/node": "^22.15.21",
		"@types/react": "^18.3.22",
		"esbuild": "^0.25.4",
		"typescript": "^5.8.3"
	}
}
