{
  "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": "node --test test/test-*.js",
    "dev": "fastify start -l info -P --options index.js"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "fastify-plugin": "^5.1.0",
    "@seriousme/openapi-schema-validator": "^2.9.0",
    "yaml": "^2.8.3"
  },
  "devDependencies": {
    "fastify": "^5.8.5",
    "fastify-cli": "^8.0.0",
    "@biomejs/biome": "^2.4.12",
    "expect-type": "^1.3.0",
    "typescript": "^6.0.2"
  }
}