{
  "name": "@best-shot/preset-web",
  "version": "0.19.1",
  "description": "A `best-shot` preset for web project",
  "license": "MIT",
  "author": {
    "name": "Eric Chen"
  },
  "keywords": [
    "app",
    "best-shot",
    "html",
    "mpa",
    "mustache",
    "page",
    "spa",
    "template",
    "web",
    "webpack",
    "yaml"
  ],
  "homepage": "https://github.com/best-shot/best-shot/tree/master/packages/preset-web",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/best-shot/best-shot.git",
    "directory": "packages/preset-web"
  },
  "bugs": {
    "url": "https://github.com/best-shot/best-shot/issues"
  },
  "main": "index.mjs",
  "type": "module",
  "dependencies": {
    "ext-to-regexp": "^0.1.0",
    "html-add-asset-webpack-plugin": "^0.2.0",
    "html-minimizer-webpack-plugin": "^6.0.0",
    "html-webpack-plugin": "^5.6.8",
    "micro-tpl-loader": "^0.1.0",
    "slash": "^5.1.0",
    "slash-to-regexp": "^0.2.0",
    "suffix": "^1.0.0",
    "webpack-subresource-integrity": "^5.2.0-rc.1"
  },
  "peerDependencies": {
    "webpack": "^5.108.4",
    "@best-shot/core": "^0.14.3"
  },
  "engines": {
    "node": "^24.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "x-readme": {
    "logo": "https://cdn.jsdelivr.net/gh/best-shot/best-shot/packages/core/logo.svg"
  }
}