{
  "name": "@all-star/base",
  "version": "0.20.29",
  "description": "Bring `best-shot` and `nice-move` together",
  "license": "MIT",
  "author": {
    "name": "Eric Chen",
    "email": "airkro@qq.com"
  },
  "keywords": [
    "all-star",
    "best-shot",
    "eslint",
    "nice-move",
    "prettier",
    "stylelint",
    "webpack"
  ],
  "homepage": "https://github.com/airkro/all-star/tree/master/packages/base",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airkro/all-star.git",
    "directory": "packages/base"
  },
  "bugs": {
    "url": "https://github.com/airkro/all-star/issues"
  },
  "bin": {
    "all-star": "bin.mjs"
  },
  "exports": {
    "./eslint": "./eslint.mjs"
  },
  "type": "module",
  "dependencies": {
    "@best-shot/cli": "^0.18.4",
    "@best-shot/core": "^0.12.19",
    "@best-shot/dev-server": "^0.20.4",
    "@best-shot/preset-asset": "^0.14.1",
    "@best-shot/preset-babel": "^0.17.9",
    "@best-shot/preset-style": "^0.15.6",
    "@best-shot/preset-web": "^0.17.3",
    "@nice-move/cli": "^0.11.25",
    "@nice-move/eslint-config-base": "^0.12.23",
    "@nice-move/prettier-config": "^0.14.15",
    "@nice-move/stylelint-config": "^0.10.18",
    "@nice-move/tsconfig": "^0.2.12",
    "cheetor": "^0.13.0"
  },
  "peerDependencies": {
    "@babel/core": "^7.27.4",
    "core-js": "^3.43.0",
    "eslint": "^9.29.0",
    "garou": "^0.9.10",
    "prettier": "^3.5.3",
    "stylelint": "^16.21.0",
    "typescript": "~5.8.3",
    "webpack": "^5.99.9"
  },
  "peerDependenciesMeta": {
    "garou": {
      "optional": true
    },
    "typescript": {
      "optional": true
    }
  },
  "engines": {
    "node": "^22.11.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}