{
  "name": "@rspack/core",
  "version": "0.5.7",
  "webpackVersion": "5.75.0",
  "license": "MIT",
  "description": "A Fast Rust-based Web Bundler",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "default": "./dist/index.js"
    },
    "./hot/*": "./hot/*.js",
    "./hot/*.js": "./hot/*.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "hot"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "homepage": "https://rspack.dev",
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/rspack",
    "directory": "packages/rspack"
  },
  "devDependencies": {
    "@swc/plugin-remove-console": "^1.5.114",
    "@types/watchpack": "^2.4.0",
    "@types/webpack-sources": "3.2.3",
    "@types/ws": "8.5.10",
    "babel-loader": "^9.1.0",
    "babel-plugin-import": "^1.13.5",
    "copy-webpack-plugin": "5.1.2",
    "cross-env": "^7.0.3",
    "file-loader": "^6.2.0",
    "glob": "^10.3.10",
    "html-loader": "^5.0.0",
    "html-webpack-plugin": "^5.5.0",
    "identity-obj-proxy": "3.0.0",
    "jest-serializer-path": "^0.1.15",
    "less": "4.2.0",
    "less-loader": "^12.0.0",
    "postcss-loader": "^8.0.0",
    "postcss-pxtorem": "^6.0.0",
    "pug-loader": "^2.4.0",
    "react-relay": "^16.0.0",
    "sass": "^1.56.2",
    "sass-loader": "^13.2.0",
    "source-map": "^0.7.4",
    "styled-components": "^6.0.8",
    "terser": "5.27.2",
    "wast-loader": "^1.11.4",
    "@rspack/plugin-minify": "^0.5.7",
    "@rspack/core": "0.5.7",
    "@rspack/plugin-node-polyfill": "^0.5.7"
  },
  "dependencies": {
    "@module-federation/runtime-tools": "0.0.8",
    "browserslist": "^4.21.3",
    "enhanced-resolve": "5.12.0",
    "events": "^3.3.0",
    "graceful-fs": "4.2.10",
    "json-parse-even-better-errors": "^3.0.0",
    "neo-async": "2.6.2",
    "tapable": "2.2.1",
    "watchpack": "^2.4.0",
    "webpack-sources": "3.2.3",
    "zod": "^3.21.4",
    "zod-validation-error": "1.3.1",
    "@rspack/binding": "0.5.7"
  },
  "peerDependencies": {
    "@swc/helpers": ">=0.5.1"
  },
  "peerDependenciesMeta": {
    "@swc/helpers": {
      "optional": true
    }
  },
  "scripts": {
    "build": "tsc -b ./tsconfig.build.json",
    "dev": "tsc -w",
    "test": "cross-env NO_COLOR=1 node --expose-gc --max-old-space-size=8192 --experimental-vm-modules ../../node_modules/jest-cli/bin/jest --logHeapUsage"
  }
}