{
	"name": "@d-zero/archaeologist",
	"version": "4.0.6",
	"description": "Uncover visual and HTML differences in web pages with precision",
	"author": "D-ZERO",
	"license": "MIT",
	"publishConfig": {
		"access": "public"
	},
	"type": "module",
	"exports": {
		".": {
			"import": "./dist/index.js",
			"types": "./dist/index.d.ts"
		}
	},
	"bin": "./dist/cli.js",
	"files": [
		"dist"
	],
	"scripts": {
		"build": "tsc",
		"watch": "tsc --watch",
		"clean": "tsc --build --clean"
	},
	"dependencies": {
		"@d-zero/cli-core": "1.3.11",
		"@d-zero/fs": "0.2.5",
		"@d-zero/html-distiller": "2.0.7",
		"@d-zero/puppeteer-dealer": "0.7.15",
		"@d-zero/puppeteer-page-scan": "4.6.1",
		"@d-zero/puppeteer-screenshot": "3.4.4",
		"@d-zero/readtext": "1.1.23",
		"@d-zero/shared": "0.22.0",
		"ansi-colors": "4.1.3",
		"diff": "8.0.3",
		"front-matter": "4.0.2",
		"jimp": "1.6.0",
		"kuromojin": "3.0.1",
		"minimist": "1.2.8",
		"parse-diff": "0.11.1",
		"pixelmatch": "7.1.0",
		"pngjs": "7.0.0",
		"puppeteer": "24.37.5",
		"strip-ansi": "7.2.0"
	},
	"devDependencies": {
		"@types/diff": "8.0.0",
		"@types/pixelmatch": "5.2.6",
		"@types/pngjs": "6.0.5"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/d-zero-dev/tools.git",
		"directory": "packages/@d-zero/archaeologist"
	},
	"gitHead": "9a26e6d8c1e996684691055ffc070547344b21e9"
}
