{
    "name": "@theorchard/frontend-cli-rspack",
    "version": "1.0.0",
    "description": "Rspack engine implementation for frontend-cli",
    "author": "Sony Music PDE",
    "homepage": "https://github.com/theorchard/orchard-suite#readme",
    "license": "MIT",
    "engines": {
        "node": ">=20"
    },
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "type": "module",
    "directories": {
        "lib": "dist"
    },
    "files": [
        "dist",
        "CHANGELOG.md"
    ],
    "prettier": "@theorchard/prettier-config",
    "eslintConfig": {
        "extends": "@theorchard/eslint-config-react-ts-prettier"
    },
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "scripts": {
        "build:esm": "tsc --build ./tsconfig.esm.json",
        "build": "pnpm build:esm",
        "clean": "rm -rf dist && rm -rf .cache",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "lint": "eslint --ext .js,.ts,.tsx,.jsx src",
        "test:unit": "vitest",
        "test": "pnpm lint && pnpm test:unit"
    },
    "dependencies": {
        "@babel/code-frame": "^7.24.2",
        "@babel/core": "^7.22.8",
        "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
        "@rspack/core": "^2.0.0",
        "@rspack/dev-server": "^2.0.0",
        "@sentry/webpack-plugin": "^2.0.0",
        "@theorchard/babel-preset-frontend": "1.0.5",
        "@theorchard/frontend-cli-core": "workspace:*",
        "@types/pug": "^2.0.6",
        "babel-loader": "^9.1.3",
        "caniuse-lite": "^1.0.30001572",
        "chalk": "^4.1.0",
        "cli-progress": "^3.12.0",
        "compression": "^1.7.4",
        "css-loader": "^6.8.1",
        "express": "^5.2.1",
        "file-loader": "^6.2.0",
        "glob": "^13.0.6",
        "import-meta-resolve": "^4.0.0",
        "lodash-es": "^4.17.23",
        "pug": "^3.0.2",
        "pug-loader": "^2.4.0",
        "raw-loader": "^4.0.2",
        "react-refresh": "^0.14.0",
        "sass": "~1.79.0",
        "sass-loader": "^16.0.7",
        "style-loader": "^3.3.3",
        "ts-checker-rspack-plugin": "^1.4.0",
        "webpack-manifest-plugin": "^5.0.0",
        "worker-rspack-loader": "^3.1.5"
    },
    "devDependencies": {
        "@types/express": "^5.0.6",
        "@types/lodash-es": "^4.17.12"
    }
}
