{
	"name": "react-polymorphic-types",
	"version": "2.0.0",
	"description": "Zero-runtime polymorphic component definitions for React",
	"keywords": [
		"react",
		"polymorphism",
		"as-prop",
		"typescript"
	],
	"homepage": "https://github.com/kripod/react-polymorphic-types#readme",
	"bugs": {
		"url": "https://github.com/kripod/react-polymorphic-types/issues"
	},
	"repository": "github:kripod/react-polymorphic-types",
	"license": "MIT",
	"author": "Kristóf Poduszló <kripod@protonmail.com>",
	"sideEffects": false,
	"exports": {
		"default": "./empty.js",
		"import": "./empty.js"
	},
	"main": "./empty.js",
	"types": "./index.d.ts",
	"files": [
		"index.d.ts",
		"empty.js"
	],
	"scripts": {
		"format": "prettier --ignore-path ./.gitignore --write .",
		"type-check": "tsc"
	},
	"devDependencies": {
		"@types/react": "^17.0.3",
		"prettier": "^2.2.1",
		"typescript": "^4.2.3"
	},
	"peerDependencies": {
		"@types/react": ">=16.8.6"
	}
}
