{
	"name": "@markuplint/html-spec",
	"version": "4.18.0",
	"description": "A specification of HTML Living Standard for markuplint",
	"repository": "git@github.com:markuplint/markuplint.git",
	"author": "Yusuke Hirao <yusukehirao@me.com>",
	"license": "MIT",
	"main": "index.js",
	"types": "index.d.ts",
	"exports": {
		".": {
			"import": {
				"default": "./index.js",
				"types": "./index.d.ts"
			},
			"require": "./index.js"
		},
		"./json": "./index.json"
	},
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"gen": "npm-run-all gen:build gen:prettier",
		"gen:build": "node build.mjs",
		"gen:prettier": "npx prettier --write index.json"
	},
	"devDependencies": {
		"@markuplint/spec-generator": "4.18.0",
		"@markuplint/test-tools": "4.18.0"
	},
	"dependencies": {
		"@markuplint/ml-spec": "4.18.0"
	},
	"gitHead": "1885af6349def3f19df975b9e9c399dd47361de1"
}
