{
	"name": "fastify-json-to-xml",
	"version": "3.0.0",
	"description": "Fastify plugin to serialise JSON responses into XML",
	"keywords": [
		"fastify",
		"json",
		"plugin",
		"serialise",
		"serialisation",
		"serialize",
		"serialization",
		"xml"
	],
	"main": "src/index.js",
	"type": "commonjs",
	"types": "types/index.d.ts",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Fdawgs/fastify-json-to-xml.git"
	},
	"homepage": "https://github.com/Fdawgs/fastify-json-to-xml",
	"bugs": {
		"url": "https://github.com/Fdawgs/fastify-json-to-xml/issues"
	},
	"license": "MIT",
	"author": "Frazer Smith <frazer.dev@icloud.com>",
	"funding": "https://github.com/sponsors/Fdawgs",
	"engines": {
		"node": ">=20"
	},
	"dependencies": {
		"accepts": "^1.3.8",
		"fastify-plugin": "^5.1.0",
		"js2xmlparser": "^5.0.0",
		"secure-json-parse": "^4.1.0"
	}
}
