{
	"name": "vue-property-decorator-transpiler",
	"version": "2.0.6",
	"description": "Transpiles classes written in vue-property-decorator back to simple Vue component global registration.",
	"main": "lib/index.js",
	"scripts": {
		"version": "git add -A",
		"test": "cd test&&node test.js"
	},
	"keywords": [
		"vue",
		"typescript",
		"decorator",
		"component"
	],
	"author": "Mu-Tsun Tsai",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/MuTsunTsai/vue-property-decorator-transpiler.git"
	},
	"license": "MIT",
	"dependencies": {},
	"devDependencies": {
		"js-beautify": "^1.10.1",
		"typescript": "^4.0.3",
		"vue": "^2.6.12",
		"vue-property-decorator": "^8.2.1",
		"vue-template-compiler": "^2.6.12"
	},
	"files": [
		"lib"
	]
}
