{
  "name": "@best-shot/core",
  "version": "0.12.19",
  "description": "Create 'best-shot' config chain",
  "license": "MIT",
  "author": {
    "name": "Eric Chen",
    "email": "airkro@qq.com"
  },
  "keywords": [
    "best-shot",
    "bundler",
    "config",
    "packager",
    "scaffold",
    "webpack"
  ],
  "homepage": "https://github.com/best-shot/best-shot/tree/master/packages/core",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/best-shot/best-shot.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/best-shot/best-shot/issues"
  },
  "main": "index.mjs",
  "type": "module",
  "dependencies": {
    "@best-shot/webpack-chain": "^8.1.12",
    "browserslist": "^4.25.0",
    "case-sensitive-paths-webpack-plugin": "^2.4.0",
    "chalk": "^5.4.1",
    "copy-webpack": "^4.2.0",
    "deepmerge-ts": "^7.1.5",
    "ext-to-regexp": "^0.1.0",
    "json-minimizer-webpack-plugin": "^5.0.1",
    "slash": "^5.1.0",
    "slash-to-regexp": "^0.1.0",
    "terser": "^5.43.0",
    "terser-webpack-plugin": "^5.3.14",
    "yaml-loader": "^0.8.1",
    "@best-shot/validator": "^0.5.0",
    "@best-shot/env": "^0.5.1",
    "@best-shot/no-cache-loader": "^0.0.0"
  },
  "peerDependencies": {
    "webpack": "^5.99.9"
  },
  "engines": {
    "node": ">=22.11.0 || ^20.18.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"
  }
}