-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "watermark-webp",
"version": "0.2.3",
"description": "",
"scripts": {
"dev": "rollup package/watermark.js -f esm -o lib/index.es.js -w",
"build": "rollup -c"
},
"main": "lib/index.js",
"module": "lib/index.es.js",
"types": "types/index.d.ts",
"files": [
"lib",
"example",
"types"
],
"keywords": [
"MutationObserver"
],
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/runtime-corejs2": "^7.13.17",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"rollup": "^2.45.2",
"rollup-plugin-terser": "^7.0.2",
"the-answer": "^1.0.0"
},
"dependencies": {},
"homepage": "https://github.com/hzfvictory/water-mark",
"bugs": {
"url": "https://github.com/hzfvictory/water-mark/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/hzfvictory/water-mark.git"
},
"author": "hzfvictory",
"license": "MIT"
}