{
  "name": "@irises/watermark",
  "version": "1.0.2",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc && vite build",
    "dev": "vite"
  },
  "author": "irises",
  "license": "ISC",
  "devDependencies": {
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^22.15.30",
    "terser": "^5.41.0",
    "typescript": "^5.8.3",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4"
  },
  "keywords": [
    "水印插件",
    "vite"
  ],
  "homepage": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/lz6060788/watermark"
  },
  "bugs": {
    "url": "https://github.com/lz6060788/watermark/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/umd/watermark.v1.0.0.js",
      "import": "./dist/esm/watermark.v1.0.0.js"
    }
  },
  "types": "./dist/index.d.ts"
}
