{
  "name": "@rspack/core",
  "version": "2.0.4",
  "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.42.2",
    "@napi-rs/wasm-runtime": "1.1.4",
    "@rsbuild/plugin-node-polyfill": "^1.4.4",
    "@rslib/core": "^0.21.5",
    "@rspack/lite-tapable": "1.1.0",
    "@swc/types": "0.1.26",
    "@types/node": "^20.19.41",
    "browserslist-load-config": "^1.0.1",
    "browserslist-to-es-version": "^1.4.1",
    "connect-next": "^4.0.1",
    "enhanced-resolve": "5.21.3",
    "http-proxy-middleware": "^4.0.0",
    "memfs": "4.57.2",
    "open": "^11.0.0",
    "prebundle": "^1.6.4",
    "tinypool": "^2.1.0",
    "typescript": "^6.0.3",
    "watchpack": "2.5.1",
    "webpack-sources": "3.3.4"
  },
  "dependencies": {
    "@rspack/binding": "2.0.4"
  },
  "peerDependencies": {
    "@module-federation/runtime-tools": "^0.24.1 || ^2.0.0",
    "@swc/helpers": ">=0.5.1"
  },
  "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"
  }
}