{
  "name": "@commercetools-frontend/mc-html-template",
  "version": "27.4.2",
  "description": "Everything related to render the index.html for a MC application",
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/commercetools/merchant-center-application-kit.git",
    "directory": "packages/mc-html-template"
  },
  "homepage": "https://docs.commercetools.com/merchant-center-customizations",
  "keywords": [
    "javascript",
    "frontend",
    "react",
    "toolkit"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/commercetools-frontend-mc-html-template.cjs.js",
  "module": "dist/commercetools-frontend-mc-html-template.esm.js",
  "preconstruct": {
    "entrypoints": [
      "./index.ts",
      "./webpack-html-template.ts"
    ]
  },
  "files": [
    "dist",
    "webpack-html-template",
    "webpack.js",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@babel/runtime": "^7.22.15",
    "@babel/runtime-corejs3": "^7.22.15",
    "@commercetools-frontend/application-config": "27.4.2",
    "@commercetools-frontend/constants": "27.4.2",
    "serialize-javascript": "7.0.5",
    "uglify-js": "3.19.3",
    "uglifycss": "0.0.29"
  },
  "devDependencies": {
    "@tsconfig/node22": "^22.0.0",
    "@types/serialize-javascript": "^5.0.2",
    "html-webpack-plugin": "5.6.3",
    "webpack": "5.105.1"
  },
  "engines": {
    "node": "18.x || 20.x || >=22.0.0"
  }
}