UNPKG

1.06 kBJSONView Raw
1{
2 "name": "@uiw/watermark.js",
3 "version": "0.0.5",
4 "homepage": "https://uiwjs.github.io/react-watermark",
5 "author": "kenny wang <wowohoo@qq.com>",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/uiwjs/react-watermark.git"
9 },
10 "license": "MIT",
11 "description": "JavaScript library for generating image watermarks using canvas.",
12 "main": "./dist/index.cjs.js",
13 "module": "./dist/index.esm.js",
14 "typings": "./dist/index.d.ts",
15 "unpkg": "./dist/watermark.js",
16 "jsdelivr": "./dist/watermark.js",
17 "scripts": {
18 "build": "rollup -c rollup.config.js",
19 "start": "rollup -c rollup.config.js -w"
20 },
21 "keywords": [],
22 "files": [
23 "src",
24 "dist",
25 "!dist/index.html"
26 ],
27 "devDependencies": {
28 "@rollup/plugin-commonjs": "^22.0.2",
29 "@rollup/plugin-json": "^4.1.0",
30 "@rollup/plugin-node-resolve": "^14.1.0",
31 "@rollup/plugin-typescript": "^8.5.0",
32 "bannerjs": "^2.1.0",
33 "rollup": "^2.79.0",
34 "rollup-plugin-terser": "^7.0.2",
35 "tslib": "^2.4.0",
36 "typescript": "^4.8.3"
37 }
38}