{
	"name": "@westpac/input-group",
	"version": "3.0.2",
	"description": "Text inputs with add-on elements placed before or after, used to provide additional context or functionality",
	"homepage": "https://gel.westpacgroup.com.au/design-system",
	"repository": "https://github.com/WestpacGEL/GEL/tree/master/components/input-group",
	"license": "GPL-3.0+",
	"author": "Westpac GEL Team <gel@westpac.com.au>",
	"contributors": [
		{
			"name": "Dominik Wilkowski",
			"email": "Hi@Dominik-Wilkowski.com",
			"url": "https://dominik-wilkowski.com"
		},
		{
			"name": "Jonathan Stening",
			"email": "info@jonathanstening.com",
			"url": "http://jonathanstening.com"
		},
		{
			"name": "Jeremy Ortiz",
			"email": "jeremy@jeremyortiz.io",
			"url": "https://www.jeremyortiz.io/"
		},
		{
			"name": "Flore Laforge",
			"email": "florelaforge@gmail.com",
			"url": "http://florelaforge.com/"
		}
	],
	"main": "dist/westpac-input-group.cjs.js",
	"module": "dist/westpac-input-group.esm.js",
	"scripts": {
		"start": "PACKAGE_NAME=input-group NODE_ENV=development webpack server --config ../../helpers/example/start.webpack.config.js",
		"test": "exit 0 # start-server-and-test start http://localhost:8080 test:all",
		"test:all": "yarn test:integration",
		"test:dev": "start-server-and-test start http://localhost:8080 test:test-dev",
		"test:integration": "cypress run",
		"test:test-dev": "cypress open"
	},
	"dependencies": {
		"@babel/runtime": "^7.14.8",
		"@westpac/a11y": "^2.2.1",
		"@westpac/button": "^3.0.0",
		"@westpac/core": "^3.2.1",
		"@westpac/text-input": "^2.4.0",
		"prop-types": "^15.7.2"
	},
	"devDependencies": {
		"@emotion/react": "^11.10.6",
		"cypress": "^8.0.0",
		"react": "^18.2.0",
		"start-server-and-test": "^1.12.6"
	},
	"peerDependencies": {
		"@emotion/react": "^11.10.6",
		"react": "^18.2.0"
	},
	"blender": {
		"recipe": "blender/recipe.js"
	},
	"components": [
		{
			"name": "InputGroup",
			"src": "InputGroup.tsx"
		}
	]
}
