{
  "name": "@lynx-js/lynx-bundle-rslib-config-canary",
  "version": "0.7.1",
  "description": "The rsbuild config for building Lynx bundle",
  "keywords": [
    "Rsbuild",
    "Rspeedy",
    "Lynx",
    "Rslib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lynx-family/lynx-stack.git",
    "directory": "packages/rspeedy/lynx-bundle-rslib-config"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Hengchang Lu",
    "email": "luhengchang228@gmail.com"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "files": [
    "lib",
    "!lib/**/*.js.map",
    "CHANGELOG.md",
    "README.md"
  ],
  "dependencies": {
    "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.9",
    "@lynx-js/runtime-wrapper-webpack-plugin": "npm:@lynx-js/runtime-wrapper-webpack-plugin-canary@0.2.3",
    "@lynx-js/tasm": "0.0.49",
    "@lynx-js/web-core": "npm:@lynx-js/web-core-canary@0.25.0"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "7.58.12",
    "@rslib/core": "1.0.0-beta.3",
    "@rstest/core": "0.11.6",
    "@lynx-js/react": "npm:@lynx-js/react-canary@0.125.0",
    "@lynx-js/react-rsbuild-plugin": "npm:@lynx-js/react-rsbuild-plugin-canary@0.19.1",
    "@lynx-js/test-tools": "0.0.0"
  },
  "peerDependencies": {
    "@rslib/core": "^1.0.0-beta.1"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "scripts": {
    "api-extractor": "api-extractor run --verbose",
    "test": "rstest"
  }
}