{
  "name": "rsbuild-plugin-open-graph",
  "version": "1.1.3",
  "repository": "https://github.com/rstackjs/rsbuild-plugin-open-graph",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@rsbuild/core": "^2.0.7",
    "@rslib/core": "^0.21.5",
    "@rslint/core": "^0.5.3",
    "@rstest/core": "^0.10.2",
    "@types/node": "^24.12.4",
    "prettier": "^3.8.3",
    "typescript": "6.0.3"
  },
  "peerDependencies": {
    "@rsbuild/core": "^1.0.0 || ^2.0.0-0"
  },
  "peerDependenciesMeta": {
    "@rsbuild/core": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "rslib",
    "bump": "npx bumpp",
    "dev": "rslib -w",
    "prettier": "prettier --check ./playground ./src ./test *.ts",
    "prettier:fix": "prettier --write ./playground ./src ./test *.ts",
    "test": "rstest",
    "test:watch": "rstest watch",
    "lint": "rslint",
    "lint:write": "rslint --fix"
  }
}