{
	"name": "titanium",
	"version": "9.0.0",
	"author": "TiDev, Inc. <npm@tidev.io>",
	"description": "Command line interface for building Titanium SDK apps",
	"type": "module",
	"keywords": [
		"titanium",
		"titanium-sdk",
		"tidev",
		"mobile",
		"ios",
		"iphone",
		"android"
	],
	"homepage": "https://titaniumsdk.com",
	"bugs": "https://github.com/tidev/titanium-cli/issues",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/tidev/titanium-cli.git"
	},
	"preferGlobal": true,
	"dependencies": {
		"@xmldom/xmldom": "0.9.10",
		"chalk": "5.6.2",
		"commander": "15.0.0",
		"execa": "9.6.1",
		"fs-extra": "11.3.5",
		"pretty-bytes": "7.1.0",
		"prompts": "2.4.2",
		"semver": "7.8.4",
		"undici": "8.5.0",
		"which": "7.0.0",
		"wrap-ansi": "10.0.0",
		"xpath": "0.0.34",
		"yauzl": "3.4.0"
	},
	"devDependencies": {
		"@reporters/github": "2.0.1",
		"@vitest/coverage-v8": "4.1.9",
		"c8": "11.0.0",
		"glob": "13.0.6",
		"globals": "17.6.0",
		"memory-streams": "0.1.3",
		"oxlint": "1.70.0",
		"proxy": "4.1.0",
		"vitest": "4.1.9"
	},
	"license": "Apache-2.0",
	"bin": {
		"ti": "bin/ti.js",
		"titanium": "bin/ti.js"
	},
	"files": [
		"./src"
	],
	"scripts": {
		"coverage": "vitest --coverage",
		"lint": "oxlint",
		"test": "vitest"
	},
	"engines": {
		"node": ">=22.19.0"
	}
}
