{
	"name": "babel-plugin-htm",
	"version": "3.0.0",
	"description": "Babel plugin to compile htm's Tagged Template syntax to hyperscript or inline VNodes.",
	"main": "../dist/babel-plugin-htm.js",
	"module": "../module/babel-plugin-htm.js",
	"files": [
		"dist"
	],
	"author": "Jason Miller <jason@developit.ca>",
	"license": "Apache-2.0",
	"homepage": "https://github.com/developit/htm/tree/master/packages/babel-plugin-htm",
	"devDependencies": {
		"@babel/types": "^7.9.5"
	}
}
