{
	"name": "@markuplint/vue-spec",
	"version": "4.18.0",
	"description": "Extended specification for tags and attributes in Vue",
	"repository": "git@github.com:markuplint/markuplint.git",
	"author": "Yusuke Hirao <yusukehirao@me.com>",
	"license": "MIT",
	"type": "module",
	"exports": {
		".": {
			"import": "./lib/index.js",
			"types": "./lib/index.d.ts"
		}
	},
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"build": "tsc --project tsconfig.build.json",
		"dev": "tsc --watch --project tsconfig.build.json",
		"clean": "tsc --build --clean tsconfig.build.json"
	},
	"dependencies": {
		"@markuplint/ml-spec": "4.18.0"
	},
	"gitHead": "1885af6349def3f19df975b9e9c399dd47361de1"
}
