{
  "name": "@pansy/watermark",
  "version": "2.3.0",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "repository": "git@github.com:pansyjs/watermark.git",
  "author": "wangxingkang <156148958@qq.com>",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  }
}
