{
	"name": "slimdom-sax-parser",
	"version": "1.5.3",
	"description": "Parse an XML string to a light-weight spec-compliant document object model, for browser and Node",
	"repository": "wvbe/slimdom-sax-parser",
	"author": {
		"name": "Wybe Minnebo",
		"email": "wybe@x-54.com",
		"url": "https://github.com/wvbe"
	},
	"contributors": [
		{
			"name": "tnarik",
			"email": "tnarik@lecafeautomatique.co.uk",
			"url": "https://github.com/tnarik"
		}
	],
	"license": "MIT",
	"homepage": "https://github.com/wvbe/slimdom-sax-parser",
	"keywords": [
		"xml",
		"parse",
		"sax",
		"slimdom",
		"jsdom",
		"dom"
	],
	"main": "dist/index.js",
	"module": "dist/slimdom-sax-parser.esm.js",
	"typings": "dist/index.d.ts",
	"scripts": {
		"start": "tsdx watch",
		"build": "tsdx build",
		"test": "tsdx test",
		"lint": "tsdx lint",
		"prepare": "tsdx lint && tsdx test && tsdx build"
	},
	"dependencies": {
		"saxes": "6.0.0",
		"slimdom": "3.0.1"
	},
	"devDependencies": {
		"fontoxpath": "3.23.0",
		"tsdx": "0.14.1",
		"tslib": "2.3.1",
		"typescript": "4.5.4"
	},
	"prettier": {
		"printWidth": 100,
		"semi": true,
		"singleQuote": true,
		"tabWidth": 4,
		"trailingComma": "none",
		"useTabs": true
	}
}
