{
  "name": "@lynx-js/config-rsbuild-plugin-canary",
  "version": "0.2.2",
  "description": "An rsbuild plugin for config Lynx Config defined by @lynx-js/type-config.",
  "keywords": [
    "rsbuild",
    "Lynx",
    "Config"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lynx-family/lynx-stack.git",
    "directory": "packages/rspeedy/plugin-config"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Yiming Li",
    "email": "yimingli.cs@gmail.com"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "CHANGELOG.md",
    "README.md"
  ],
  "dependencies": {
    "@lynx-js/type-config": "4.1.3"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "7.58.12",
    "@rsbuild/core": "2.1.7",
    "@rspack/core": "2.1.7",
    "@rstest/core": "0.11.3",
    "@types/object.pick": "^1.3.4",
    "expect-type": "^1.2.1",
    "object.pick": "^1.3.0",
    "picocolors": "^1.1.1",
    "terminal-link": "^5.0.0",
    "typia": "12.1.1",
    "typia-rspack-plugin": "3.0.1",
    "@lynx-js/rspeedy": "npm:@lynx-js/rspeedy-canary@0.16.3",
    "@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.15.0",
    "@lynx-js/test-tools": "0.0.0"
  },
  "peerDependencies": {
    "@lynx-js/rspeedy": "*"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "api-extractor": "node scripts/api-extractor.mjs",
    "build": "rslib build",
    "test": "rstest",
    "test:type": "tsc6 --noEmit"
  }
}