{
	"name": "ink-select-input",
	"version": "6.2.0",
	"description": "Select input component for Ink",
	"license": "MIT",
	"repository": "vadimdemedes/ink-select-input",
	"author": {
		"name": "Vadim Demedes",
		"email": "vdemedes@gmail.com",
		"url": "https://github.com/vadimdemedes"
	},
	"type": "module",
	"exports": {
		"types": "./build/index.d.ts",
		"default": "./build/index.js"
	},
	"engines": {
		"node": ">=18"
	},
	"scripts": {
		"pretest": "tsc",
		"test": "xo && ava",
		"build": "tsc",
		"prepare": "tsc"
	},
	"files": [
		"build"
	],
	"keywords": [
		"ink",
		"ink-component"
	],
	"dependencies": {
		"figures": "^6.1.0",
		"to-rotated": "^1.0.0"
	},
	"devDependencies": {
		"@sindresorhus/tsconfig": "^5.0.0",
		"@types/node": "^22.14.1",
		"@types/react": "^18.3.2",
		"@types/sinon": "^17.0.3",
		"@vdemedes/prettier-config": "^2.0.1",
		"ava": "^6.1.3",
		"delay": "^6.0.0",
		"eslint-config-xo-react": "^0.27.0",
		"eslint-plugin-react": "^7.34.1",
		"eslint-plugin-react-hooks": "^4.6.2",
		"ink": "^5.0.0",
		"ink-testing-library": "^4.0.0",
		"prettier": "^3.2.5",
		"react": "^18.3.1",
		"sinon": "^18.0.0",
		"tsimp": "^2.0.11",
		"typescript": "^5.4.5",
		"xo": "^0.58.0"
	},
	"peerDependencies": {
		"ink": ">=5.0.0",
		"react": ">=18.0.0"
	},
	"ava": {
		"extensions": {
			"ts": "module",
			"tsx": "module"
		},
		"nodeArguments": [
			"--import=tsimp/import"
		]
	},
	"xo": {
		"extends": [
			"xo-react"
		],
		"prettier": true,
		"rules": {
			"unicorn/no-hex-escape": "off",
			"unicorn/filename-case": "off",
			"unicorn/prevent-abbreviations": "off"
		}
	},
	"prettier": "@vdemedes/prettier-config"
}
