{
    "name": "@esmx/rspack",
    "description": "A high-performance Rspack integration for Esmx microfrontend framework, providing Module Linking and SSR capabilities.",
    "contributors": [
        {
            "name": "lzxb",
            "url": "https://github.com/lzxb"
        },
        {
            "name": "RockShi1994",
            "url": "https://github.com/RockShi1994"
        },
        {
            "name": "jerrychan7",
            "url": "https://github.com/jerrychan7"
        },
        {
            "name": "wesloong",
            "url": "https://github.com/wesloong"
        }
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/esmnext/esmx.git",
        "directory": "packages/rspack"
    },
    "homepage": "https://github.com/esmnext/esmx",
    "bugs": {
        "url": "https://github.com/esmnext/esmx/issues"
    },
    "template": "library-node",
    "license": "MIT",
    "keywords": [
        "Rspack",
        "TypeScript",
        "JavaScript",
        "CSS",
        "Less",
        "High Performance",
        "Build Tool",
        "Module Linking",
        "SSR",
        "Development Experience"
    ],
    "scripts": {
        "lint:js": "biome check --write --no-errors-on-unmatched",
        "lint:css": "pnpm run lint:js",
        "lint:type": "tsc --noEmit",
        "test": "vitest run --pass-with-no-tests",
        "coverage": "vitest run --coverage --pass-with-no-tests",
        "build": "unbuild"
    },
    "engines": {
        "node": ">=24"
    },
    "peerDependencies": {
        "@esmx/core": "*",
        "less": "*"
    },
    "peerDependenciesMeta": {
        "less": {
            "optional": true
        }
    },
    "dependencies": {
        "@esmx/import": "3.0.0-rc.117",
        "@npmcli/arborist": "^9.1.6",
        "@rspack/core": "1.7.5",
        "css-loader": "^7.1.2",
        "less-loader": "^12.3.0",
        "node-polyfill-webpack-plugin": "^4.1.0",
        "pacote": "^21.0.0",
        "rspack-chain": "^1.4.3",
        "style-loader": "^4.0.0",
        "style-resources-loader": "^1.5.0",
        "upath": "^2.0.1",
        "webpack-hot-middleware": "^2.26.1",
        "webpack-node-externals": "~3.0.0",
        "worker-rspack-loader": "^3.1.2"
    },
    "devDependencies": {
        "@biomejs/biome": "2.3.7",
        "@esmx/core": "3.0.0-rc.117",
        "@types/node": "^24.0.0",
        "@types/npmcli__arborist": "^6.3.1",
        "@types/pacote": "^11.1.8",
        "@types/webpack-hot-middleware": "^2.25.12",
        "@types/webpack-node-externals": "^3.0.4",
        "@vitest/coverage-v8": "3.2.4",
        "typescript": "5.9.3",
        "unbuild": "3.6.1",
        "vitest": "3.2.4"
    },
    "version": "3.0.0-rc.117",
    "type": "module",
    "private": false,
    "exports": {
        ".": {
            "import": "./dist/index.mjs",
            "types": "./dist/index.d.ts"
        }
    },
    "module": "dist/index.mjs",
    "types": "./dist/index.d.ts",
    "files": [
        "lib",
        "src",
        "dist",
        "*.mjs",
        "template",
        "public"
    ],
    "gitHead": "c8470bb917221494ee36f0c4ec1cd03560b01f4c"
}
