{
  "name": "@financial-times/dotcom-server-handlebars",
  "version": "13.12.0",
  "description": "",
  "main": "dist/node/index.js",
  "types": "dist/node/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "npm run clean:dist && npm run clean:node_modules",
    "clean:dist": "rm -rf dist",
    "clean:node_modules": "rm -rf node_modules",
    "build:node": "tsc",
    "build": "npm run build:node",
    "dev": "npm run build:node -- --watch"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@types/glob": "^7.1.1",
    "dateformat": "^3.0.3",
    "glob": "^7.1.3",
    "handlebars": "^4.3.1",
    "mixin-deep": "^2.0.0"
  },
  "engines": {
    "node": "18.x || 20.x || 22.x"
  },
  "files": [
    "dist/",
    "src/"
  ],
  "repository": {
    "type": "git",
    "repository": "https://github.com/Financial-Times/dotcom-page-kit.git",
    "directory": "packages/dotcom-server-handlebars"
  },
  "homepage": "https://github.com/Financial-Times/dotcom-page-kit/tree/HEAD/packages/dotcom-server-handlebars",
  "volta": {
    "extends": "../../package.json"
  },
  "peerDependencies": {
    "react": "17.x || 18.x",
    "react-dom": "17.x || 18.x"
  }
}