{
  "name": "fastify-decorators",
  "version": "3.16.1",
  "description": "Framework aimed to provide useful TypeScript decorators to implement controllers, services and request handlers, built with Fastify.",
  "type": "module",
  "main": "index.cjs",
  "module": "index.js",
  "types": "index.d.ts",
  "typings": "index.d.ts",
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.cjs"
    },
    "./testing": {
      "import": "./testing/index.js",
      "require": "./testing/index.cjs"
    }
  },
  "scripts": {
    "build": "rollup -c rollup-config.js && tsc -p tsconfig.lib.json && yarn downlevel",
    "prebuild": "rimraf ../dist/",
    "postbuild": "cp -r ./package.json ../README.md ../CHANGELOG.md ../LICENSE ../docs ../dist/fastify-decorators && node ../patch-readme.cjs",
    "downlevel": "downlevel-dts ../dist/fastify-decorators ../dist/fastify-decorators",
    "test": "jest --config jest.config.cjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/L2jLiga/fastify-decorators.git",
    "directory": "lib"
  },
  "keywords": [
    "fastify",
    "typescript",
    "decorators",
    "controller",
    "requests",
    "dependency injection",
    "rest",
    "server",
    "http",
    "https"
  ],
  "author": "Andrey Chalkin <L2jLiga@gmail.com> (https://github.com/L2jLiga)",
  "license": "MIT",
  "homepage": "https://github.com/L2jLiga/fastify-decorators#readme",
  "bugs": {
    "url": "https://github.com/L2jLiga/fastify-decorators/issues",
    "email": "L2jLiga@gmail.com"
  },
  "engines": {
    "node": ">= 10.16.0"
  },
  "dependencies": {
    "fastify-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0"
  },
  "peerDependencies": {
    "@types/node": "*",
    "fastify": "^3.0.1 || ^4.0.0 || ^5.0.0"
  },
  "maintainers": [
    "Andrey Chalkin <L2jLiga@gmail.com> (https://github.com/L2jLiga)"
  ],
  "contributors": [
    "Andrey Chalkin <L2jLiga@gmail.com> (https://github.com/L2jLiga)",
    "Tobias Mühl (https://github.com/tobiasmuehl)",
    "Муравьёв Семён <s01@ngs.ru> (https://github.com/Zulcom)",
    "Mihai Voicescu <mihaivo@intern.pch> (https://github.com/mihai1voicescu)",
    "Mati Kärner <mati.karner@gmail.com>"
  ]
}
