{
	"name": "@skorfmann/ink-confirm-input",
	"publishConfig": {
    "access": "public"
  },
	"version": "3.0.0",
	"description": "Confirmation input component for Ink",
	"license": "MIT",
	"repository": "skorfmann/ink-confirm-input",
	"author": {
		"name": "Kevin Mårtensson",
		"email": "kevinmartensson@gmail.com",
		"url": "github.com/kevva"
	},
	"engines": {
		"node": ">=10"
	},
	"scripts": {
		"build": "babel index.js --out-file=dist.js",
		"prepublish": "npm run build",
		"pretest": "npm run build",
		"test": "xo && ava"
	},
	"main": "dist.js",
	"files": [
		"dist.js"
	],
	"keywords": [
		"boolean",
		"checked",
		"component",
		"confirm",
		"input",
		"ink",
		"no",
		"yes"
	],
	"dependencies": {
		"delay": "^5.0.0",
		"ink-text-input": "^4.0.1",
		"prop-types": "^15.5.10",
		"yn": "^3.1.1"
	},
	"devDependencies": {
		"@babel/cli": "^7.6.0",
		"@babel/core": "^7.6.0",
		"@babel/preset-react": "^7.0.0",
		"ava": "^2.3.0",
		"chalk": "^2.4.2",
		"eslint-config-xo-react": "^0.20.0",
		"eslint-plugin-react": "^7.1.0",
		"eslint-plugin-react-hooks": "^2.0.1",
		"ink": "^2.3.0",
		"ink-testing-library": "^2.1.0",
		"react": "^16.9.0",
		"sinon": "^7.4.2",
		"xo": "^0.24.0"
	},
	"peerDependencies": {
		"ink": ">=3",
		"react": ">=16"
	},
	"ava": {
		"color": true
	},
	"babel": {
		"presets": [
			"@ava/stage-4",
			"@babel/preset-react"
		]
	},
	"xo": {
		"extends": [
			"xo-react"
		]
	}
}
