{
	"name": "@markuplint/rule-textlint",
	"version": "4.18.3",
	"description": "The rule plugin that adapts textlint in markuplint",
	"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"
	},
	"devDependencies": {
		"markuplint": "4.18.3",
		"textlint-rule-prh": "6.1.0"
	},
	"dependencies": {
		"@markuplint/ml-core": "4.18.3",
		"@textlint/kernel": "15.5.4",
		"textlint-plugin-html": "1.0.1"
	},
	"gitHead": "c53026c2c600bb304f2088589f67303479e92e62"
}
