{
	"name": "@file-type/xml",
	"version": "0.4.3",
	"description": "XML detection plugin for file-type",
	"type": "module",
	"types": "./lib/index.d.ts",
	"exports": "./lib/index.js",
	"scripts": {
		"clean": "del-cli 'lib/**/*.js' 'lib/**/*.js.map' 'lib/**/*.d.ts' 'src/**/*.d.ts'",
		"compile-src": "tsc -p lib",
		"compile": "yarn run  compile-src",
		"lint-ts": "biome check",
		"build": "yarn run clean && yarn compile",
		"test": "mocha",
		"prepublishOnly": "yarn run build"
	},
	"keywords": [
		"file-type",
		"detect",
		"detection",
		"detector",
		"XML",
		"signature",
		"namespace",
		"SVG",
		"XHTML",
		"RSS",
		"KML",
		"GML",
		"MusicXML"
	],
	"dependencies": {
		"sax": "^1.4.1",
		"strtok3": "^10.2.2"
	},
	"devDependencies": {
		"@biomejs/biome": "^1.9.4",
		"@types/sax": "^1.2.7",
		"chai": "^5.2.0",
		"del-cli": "^6.0.0",
		"file-type": "^20.4.1",
		"mocha": "^11.1.0",
		"typescript": "^5.8.3"
	},
	"files": [
		"lib/**/*.js",
		"lib/**/*.d.ts",
		"lib/*.cjs"
	],
	"author": {
		"name": "Borewit",
		"url": "https://github.com/Borewit"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Borewit/file-type-xml.git"
	},
	"license": "MIT",
	"packageManager": "yarn@4.9.1"
}
