-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 921 Bytes
/
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
{
"name": "watermark-image-ts",
"version": "1.0.1",
"description": "watermark",
"main": "./dist/main.js",
"types": "./dist/types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DODO7419/-watermark-image.git"
},
"keywords": [
"watermark-image Image watermark canvas"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DODO7419/-watermark-image/issues"
},
"homepage": "https://github.com/DODO7419/-watermark-image#readme",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@types/file-saver": "^2.0.5",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0"
},
"dependencies": {
"file-saver": "^2.0.5"
}
}