{
  "name": "upgrade-rspeedy",
  "version": "0.16.1",
  "description": "Upgrade Rspeedy-related packages",
  "keywords": [
    "webpack",
    "Rspack",
    "Rsbuild",
    "Rspeedy",
    "Lynx"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lynx-family/lynx-stack.git",
    "directory": "packages/rspeedy/upgrade-rspeedy"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Qingyu Wang",
    "email": "colinwang.0616@gmail.com"
  },
  "type": "module",
  "exports": null,
  "bin": {
    "upgrade-rspeedy": "./dist/upgrade-rspeedy.js"
  },
  "files": [
    "dist/*.js",
    "CHANGELOG.md",
    "README.md"
  ],
  "devDependencies": {
    "@lynx-js/types": "4.0.0",
    "@rsbuild/plugin-less": "2.0.1",
    "@rsbuild/plugin-sass": "2.0.1",
    "commander": "^13.1.0",
    "detect-indent": "^7.0.2",
    "memfs": "^4.64.0",
    "picocolors": "^1.1.1",
    "rsbuild-plugin-tailwindcss": "0.2.4",
    "rslog": "^2.3.0",
    "type-fest": "^5.8.0",
    "@lynx-js/qrcode-rsbuild-plugin": "0.6.0",
    "@lynx-js/react": "0.123.1",
    "@lynx-js/react-rsbuild-plugin": "0.18.1",
    "@lynx-js/rspeedy": "0.16.1",
    "@lynx-js/web-core": "0.23.0",
    "@lynx-js/web-elements": "0.12.7"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "rslib build",
    "test": "vitest"
  }
}