{
	"name": "swaggerpetstore",
	"description": "This is a sample server Petstore server.  You can find out more about     Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/).      For this sample, you can use the api key `special-key` to test the authorization     filters.",
	"version": "0.1.0",
	"type": "module",
	"scripts": {
		"start": "fastify start --options index.js",
		"test": "c8 node --test test/test-*.js",
		"dev": "fastify start -l info -P --options index.js"
	},
	"directories": {
		"test": "test"
	},
	"dependencies": {
		"fastify-plugin": "^4.5.1",
		"@seriousme/openapi-schema-validator": "^2.2.1",
		"js-yaml": "^4.1.0",
		"minimist": "^1.2.8"
	},
	"devDependencies": {
		"fastify": "^4.28.0",
		"fastify-cli": "^6.2.1",
		"c8": "^10.1.2",
		"@biomejs/biome": "^1.8.1"
	}
}
