{
  "name": "@lynx-js/rspeedy",
  "version": "0.9.10",
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
  "keywords": [
    "webpack",
    "rspack",
    "Lynx",
    "ReactLynx"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lynx-family/lynx-stack.git",
    "directory": "packages/rspeedy/core"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Qingyu Wang",
    "email": "colinwang.0616@gmail.com"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./client": {
      "types": "./client.d.ts"
    },
    "./register": {
      "types": "./dist/register/index.d.ts",
      "import": "./dist/register/index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "bin": {
    "rspeedy": "./bin/rspeedy.js"
  },
  "files": [
    "bin/rspeedy.js",
    "client",
    "dist",
    "client.d.ts",
    "CHANGELOG.md",
    "README.md"
  ],
  "dependencies": {
    "@rsbuild/core": "1.3.21",
    "@rsbuild/plugin-css-minimizer": "1.0.2",
    "@rsdoctor/rspack-plugin": "1.1.3",
    "@lynx-js/chunk-loading-webpack-plugin": "^0.3.0",
    "@lynx-js/webpack-dev-transport": "^0.1.3",
    "@lynx-js/websocket": "^0.0.4"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "7.52.8",
    "@rollup/plugin-typescript": "^12.1.3",
    "@rsbuild/webpack": "1.3.2",
    "@samchon/openapi": "4.3.2",
    "chokidar": "^4.0.3",
    "commander": "^13.1.0",
    "eventemitter3": "^5.0.1",
    "exit-hook": "^4.0.0",
    "ipaddr.js": "^2.2.0",
    "javascript-stringify": "^2.1.0",
    "picocolors": "^1.1.1",
    "rsbuild-plugin-publint": "0.3.2",
    "tiny-invariant": "^1.3.3",
    "ts-blank-space": "^0.6.1",
    "type-fest": "^4.41.0",
    "typia": "9.3.1",
    "typia-rspack-plugin": "2.1.0",
    "vitest": "^3.2.3",
    "webpack": "^5.99.9",
    "@lynx-js/vitest-setup": "0.0.0"
  },
  "peerDependencies": {
    "typescript": "5.1.6 - 5.8.x"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "tsdocMetadata": "./lib/tsdoc-metadata.json",
  "scripts": {
    "api-extractor": "api-extractor run --verbose",
    "build": "rslib build",
    "test": "pnpm -w run test --project rspeedy",
    "test:type": "vitest --typecheck.only"
  }
}