{
	"name": "ink-select-input",
	"version": "4.2.2",
	"description": "Select input component for Ink",
	"license": "MIT",
	"repository": "vadimdemedes/ink-select-input",
	"author": {
		"name": "Vadim Demedes",
		"email": "vdemedes@gmail.com",
		"url": "github.com/vadimdemedes"
	},
	"main": "build",
	"engines": {
		"node": ">=10"
	},
	"scripts": {
		"pretest": "tsc",
		"test": "xo && ava",
		"build": "tsc",
		"prepare": "tsc"
	},
	"files": [
		"build"
	],
	"keywords": [
		"ink",
		"ink-component"
	],
	"dependencies": {
		"arr-rotate": "^1.0.0",
		"figures": "^3.2.0",
		"lodash.isequal": "^4.5.0"
	},
	"peerDependencies": {
		"ink": "^3.0.5",
		"react": "^16.5.2 || ^17.0.0"
	},
	"devDependencies": {
		"@ava/babel": "^1.0.1",
		"@babel/core": "^7.3.3",
		"@babel/preset-react": "^7.0.0",
		"@sindresorhus/tsconfig": "^0.7.0",
		"@types/lodash.isequal": "^4.5.5",
		"@types/react": "^16.9.43",
		"@vdemedes/prettier-config": "^1.0.1",
		"ava": "^3.9.0",
		"delay": "^4.4.0",
		"eslint-config-xo-react": "^0.23.0",
		"eslint-config-xo-typescript": "^0.31.0",
		"eslint-plugin-react": "^7.20.0",
		"eslint-plugin-react-hooks": "^4.0.4",
		"ink": "^3.0.5",
		"ink-testing-library": "^2.0.0",
		"prettier": "^2.0.5",
		"react": "^17.0.0",
		"sinon": "^7.2.7",
		"typescript": "^4.9.5",
		"xo": "^0.39.1"
	},
	"ava": {
		"babel": true
	},
	"babel": {
		"presets": [
			"@ava/babel/stage-4",
			"@babel/preset-react"
		]
	},
	"xo": {
		"extends": [
			"xo-react",
			"xo-typescript"
		],
		"prettier": true,
		"rules": {
			"react/no-unused-prop-types": "warn",
			"react/prop-types": "off",
			"unicorn/no-hex-escape": "off",
			"unicorn/filename-case": "off"
		}
	},
	"prettier": "@vdemedes/prettier-config"
}
