{
  "name": "@rspack/cli",
  "version": "1.7.11",
  "description": "CLI for rspack",
  "homepage": "https://rspack.rs",
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/rspack",
    "directory": "packages/rspack-cli"
  },
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "rspack": "./bin/rspack.js"
  },
  "files": [
    "bin",
    "dist"
  ],
  "dependencies": {
    "@discoveryjs/json-ext": "^0.5.7",
    "@rspack/dev-server": "~1.1.5",
    "exit-hook": "^4.0.0",
    "webpack-bundle-analyzer": "4.10.2"
  },
  "devDependencies": {
    "@rslib/core": "0.19.2",
    "@types/webpack-bundle-analyzer": "^4.7.0",
    "cac": "^6.7.14",
    "concat-stream": "^2.0.0",
    "cross-env": "^10.1.0",
    "execa": "^5.1.1",
    "picocolors": "^1.1.1",
    "pirates": "^4.0.7",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3",
    "@rspack/core": "1.7.11",
    "@rspack/test-tools": "1.7.11"
  },
  "peerDependencies": {
    "@rspack/core": "^1.0.0-alpha || ^1.x"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build -w",
    "test": "rstest"
  }
}