{
  "name": "@podium/fastify-layout",
  "version": "4.0.5",
  "type": "module",
  "description": "Fastify plugin for Podium Layout.",
  "main": "lib/layout-plugin.js",
  "types": "types/layout-plugin.d.ts",
  "license": "MIT",
  "keywords": [
    "micro services",
    "micro frontend",
    "components",
    "podium",
    "fastify"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:podium-lib/fastify-layout.git"
  },
  "bugs": {
    "url": "https://github.com/podium-lib/issues"
  },
  "homepage": "https://podium-lib.io/",
  "files": [
    "package.json",
    "CHANGELOG.md",
    "README.md",
    "LICENSE",
    "lib",
    "types"
  ],
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "tap --disable-coverage --allow-empty-coverage",
    "test:coverage": "tap",
    "types": "run-s types:tsc types:fixup types:test",
    "types:tsc": "tsc",
    "types:test": "tsc --project tsconfig.test.json",
    "types:fixup": "node ./fixup.js"
  },
  "author": "Trygve Lie",
  "dependencies": {
    "@podium/utils": "5.6.0",
    "fastify-plugin": "5.1.0"
  },
  "devDependencies": {
    "@fastify/formbody": "8.0.2",
    "@podium/eslint-config": "2.0.2",
    "@podium/layout": "5.4.0",
    "@podium/semantic-release-config": "3.0.0",
    "@podium/test-utils": "3.0.26",
    "@podium/typescript-config": "1.0.0",
    "eslint": "9.39.1",
    "fastify": "5.8.3",
    "npm-run-all2": "8.0.4",
    "prettier": "3.7.4",
    "semantic-release": "25.0.2",
    "tap": "21.5.0",
    "typescript": "5.9.3"
  }
}
