{
  "name": "@rspack/core",
  "version": "2.1.6",
  "webpackVersion": "5.75.0",
  "license": "MIT",
  "description": "Fast Rust-based bundler for the web with a modernized webpack API",
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./hot/*": "./hot/*.js",
    "./hot/*.js": "./hot/*.js",
    "./package.json": "./package.json",
    "./module": "./module.d.ts"
  },
  "files": [
    "dist",
    "hot",
    "compiled",
    "module.d.ts"
  ],
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "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"
  },
  "devDependencies": {
    "@ast-grep/napi": "^0.44.1",
    "@napi-rs/wasm-runtime": "1.1.6",
    "@rsbuild/plugin-node-polyfill": "^1.4.6",
    "@rslib/core": "1.0.0-beta.1",
    "@rspack/lite-tapable": "1.1.2",
    "@swc/types": "0.1.27",
    "@types/node": "^20.19.43",
    "browserslist-load-config": "^1.0.3",
    "browserslist-to-es-version": "^1.4.2",
    "connect-next": "^4.0.3",
    "enhanced-resolve": "5.24.3",
    "http-proxy-middleware": "^4.2.0",
    "memfs": "4.57.8",
    "open": "^11.0.0",
    "prebundle": "^1.6.5",
    "tinypool": "^2.1.0",
    "typescript": "^6.0.3",
    "watchpack": "2.5.2",
    "webpack-sources": "3.5.1"
  },
  "dependencies": {
    "@rspack/binding": "2.1.6"
  },
  "peerDependencies": {
    "@module-federation/runtime-tools": "^0.24.1 || ^2.0.0",
    "@swc/helpers": "^0.5.23"
  },
  "peerDependenciesMeta": {
    "@module-federation/runtime-tools": {
      "optional": true
    },
    "@swc/helpers": {
      "optional": true
    }
  },
  "scripts": {
    "build": "rslib build",
    "build:browser": "rslib build -c rslib.browser.config.ts",
    "dev": "rslib build --watch"
  }
}