{
  "name": "@shortloop/fastify",
  "version": "0.0.6",
  "description": "Official Shortloop SDK Plugin for Fastify",
  "exports": {
    "types": "./dist/types/index.d.ts",
    "import": "./dist/esm/index.js",
    "require": "./dist/cjs/index.js"
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "build": "tsc --project tsconfig.esm.json & tsc --project tsconfig.cjs.json",
    "fix:prettier": "prettier --write \"{src,test,scripts}/**/**.ts\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/short-loop/shortloop-sdk-fastify.git"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/short-loop/shortloop-sdk-fastify/issues"
  },
  "homepage": "https://github.com/short-loop/shortloop-sdk-fastify#readme",
  "devDependencies": {
    "@types/node": "^18.11.17",
    "dts-gen": "^0.6.1",
    "fastify": "^3.17.0",
    "prettier": "^2.8.3",
    "typescript": "^4.9.4"
  },
  "dependencies": {
    "fastify-plugin": "^3.0.1"
  }
}
