{
	"name": "babel-plugin-solid-undestructure",
	"description": "A Babel plugin for SolidJS that allows you to destructure component props without losing reactivity.",
	"version": "1.1.0",
	"main": "src/index.cjs",
	"types": "src/index.d.ts",
	"type": "module",
	"scripts": {
		"test": "uvu tests",
		"playground": "node playground.cjs"
	},
	"peerDependencies": {
		"solid-js": "^1.2.4"
	},
	"dependencies": {
		"@rollup/plugin-babel": "^5.3.1"
	},
	"devDependencies": {
		"@babel/core": "^7.20.5",
		"@babel/generator": "^7.20.5",
		"@babel/parser": "^7.20.5",
		"@babel/plugin-syntax-typescript": "^7.20.0",
		"@babel/traverse": "^7.20.5",
		"@babel/types": "^7.20.5",
		"uvu": "^0.5.6"
	},
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/orenelbaum/babel-plugin-solid-undestructure"
	},
	"author": "Oren Elbaum",
	"keywords": [
		"babel",
		"babel-plugin",
		"solid",
		"solid-js",
		"destructure",
		"undestructure",
		"macro"
	]
}
