{
  "name": "{{package.name}}",
  "description": "{{inline swagger.info.description}}",
  "version": "1.0.0",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "start": "node src/index.js"
  },
  "dependencies": {
    "fastify": "^2.12.1",
    "fastify-auth0-verify": "^0.2.0",
    "fastify-cors": "^3.0.2",
    "fastify-formbody": "^3.1.0",
    "fastify-multipart": "^1.0.5",
    "jsonfile": "^6.0.1",
    "ajv-oai": "^1.2.0"
  }
}
