{
	"name": "@markuplint/types",
	"version": "4.18.0",
	"description": "Type declaration and value checker",
	"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"
	},
	"typedoc": {
		"entryPoint": "./src/index.ts"
	},
	"scripts": {
		"build": "tsc --project tsconfig.build.json",
		"dev": "tsc --watch --project tsconfig.build.json",
		"clean": "tsc --build --clean tsconfig.build.json",
		"schema": "run-s schema:types schema:schema build schema:prettier schema:eslint schema:prettier",
		"schema:types": "tsx \"./gen/types.ts\"",
		"schema:schema": "npx json2ts \"./types.schema.json\" > \"./src/types.schema.ts\"",
		"schema:eslint": "npx eslint --fix \"./src/types.schema.ts\"",
		"schema:prettier": "npx prettier --write \"./src/types.schema.ts\" \"./types.schema.json\" --log-level warn"
	},
	"dependencies": {
		"@markuplint/shared": "4.18.0",
		"@types/css-tree": "2.3.11",
		"@types/debug": "4.1.13",
		"@types/whatwg-mimetype": "5.0.0",
		"bcp-47": "2.1.0",
		"css-tree": "3.2.1",
		"debug": "4.4.3",
		"leven": "4.1.0",
		"type-fest": "5.6.0",
		"whatwg-mimetype": "5.0.0"
	},
	"gitHead": "1885af6349def3f19df975b9e9c399dd47361de1"
}
