{
	"name": "@financial-times/spark-o-autocomplete",
	"team": "internal-products",
	"version": "1.0.0",
	"description": "Spark React component for o-autocomplete",
	"main": "dist/index.js",
	"module": "dist/index.es.js",
	"scripts": {
		"build": "node ../../../scripts/build-package @financial-times/spark-o-autocomplete",
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"keywords": [
		"React",
		"Origami",
		"Spark"
	],
	"author": "",
	"license": "ISC",
	"peerDependencies": {
		"@financial-times/o-autocomplete": "^1.7.4",
		"prop-types": "^15.8.1",
		"react": ">=16.8.0",
		"react-dom": ">=16.8.0"
	},
	"publishConfig": {
		"registry": "https://registry.npmjs.org/",
		"access": "public"
	}
}
