{
  "name": "vite-plugin-open-graph",
  "type": "module",
  "version": "2.0.6",
  "packageManager": "pnpm@9.9.0",
  "description": "Generate open graph meta tags for your vite app.",
  "author": {
    "email": "lmmmmmm12138@gmail.com",
    "name": "_lmmmmmm",
    "url": "https://lmmmmmm.me"
  },
  "license": "MIT",
  "homepage": "https://github.com/Lmmmmmm-bb/vite-plugin-open-graph#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lmmmmmm-bb/vite-plugin-open-graph.git"
  },
  "bugs": "https://github.com/Lmmmmmm-bb/vite-plugin-open-graph/issues",
  "keywords": [
    "vite",
    "vite-plugin",
    "open-graph",
    "open-graph-protocol"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./*"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "play": "vite playground",
    "build": "tsup",
    "dev": "tsup --watch src",
    "lint": "eslint . --fix",
    "prepublishOnly": "tsup",
    "release": "bumpp && npm publish",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.27.3",
    "@types/node": "^22.5.0",
    "bumpp": "^9.5.2",
    "eslint": "^9.9.1",
    "tsup": "^8.2.4",
    "typescript": "^5.5.4",
    "vite": "^5.4.2",
    "vitest": "^2.0.5"
  }
}
