{
	"name": "meow",
	"version": "14.1.0",
	"description": "CLI app helper",
	"license": "MIT",
	"repository": "sindresorhus/meow",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": {
		"types": "./build/index.d.ts",
		"default": "./build/index.js"
	},
	"sideEffects": false,
	"engines": {
		"node": ">=20"
	},
	"scripts": {
		"prepare": "npm run build",
		"build": "rollup --config",
		"test": "xo && npm run build && ava && tsd --typings build/index.d.ts"
	},
	"files": [
		"build"
	],
	"keywords": [
		"cli",
		"bin",
		"util",
		"utility",
		"helper",
		"argv",
		"command",
		"line",
		"meow",
		"cat",
		"kitten",
		"parser",
		"option",
		"flags",
		"input",
		"cmd",
		"console"
	],
	"_actualDependencies": [
		"@types/minimist",
		"camelcase-keys",
		"decamelize",
		"decamelize-keys",
		"minimist-options",
		"normalize-package-data",
		"read-package-up",
		"redent",
		"trim-newlines",
		"type-fest",
		"yargs-parser"
	],
	"devDependencies": {
		"@rollup/plugin-commonjs": "^29.0.0",
		"@rollup/plugin-json": "^6.1.0",
		"@rollup/plugin-node-resolve": "^16.0.3",
		"@sindresorhus/tsconfig": "^8.1.0",
		"@types/minimist": "^1.2.5",
		"ava": "^6.4.1",
		"camelcase-keys": "^10.0.2",
		"common-tags": "^2.0.0-alpha.1",
		"decamelize": "^6.0.1",
		"decamelize-keys": "^2.0.1",
		"delete_comments": "^0.0.2",
		"execa": "^9.6.1",
		"globby": "^16.1.1",
		"indent-string": "^5.0.0",
		"minimist-options": "4.1.0",
		"normalize-package-data": "^8.0.0",
		"read-package-up": "^12.0.0",
		"read-pkg": "^10.1.0",
		"redent": "^4.0.0",
		"rollup": "^4.57.1",
		"rollup-plugin-dts": "^6.3.0",
		"rollup-plugin-license": "^3.7.0",
		"stack-utils": "^2.0.6",
		"trim-newlines": "^5.0.0",
		"tsd": "^0.33.0",
		"type-fest": "^5.4.4",
		"typescript": "~5.9.3",
		"xo": "^1.2.3",
		"yargs-parser": "^22.0.0"
	},
	"xo": {
		"rules": {
			"unicorn/no-process-exit": "off",
			"unicorn/error-message": "off",
			"@typescript-eslint/no-unsafe-call": "off"
		},
		"ignores": [
			"build"
		]
	}
}
