30 lines
722 B
JSON
30 lines
722 B
JSON
{
|
|
"name": "gemini-watermark-remover",
|
|
"description": "Automatically removes watermarks from Gemini AI generated images",
|
|
"version": "1.0.0",
|
|
"author": "journey-ad",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/journey-ad/gemini-watermark-remover.git"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node build.js",
|
|
"build": "NODE_ENV=production node build.js",
|
|
"serve": "npx serve dist"
|
|
},
|
|
"dependencies": {
|
|
"canvas": "^3.2.1",
|
|
"exifr": "^7.1.3",
|
|
"jspdf": "^4.1.0",
|
|
"jszip": "^3.10.1",
|
|
"medium-zoom": "^1.1.0",
|
|
"pdfjs-dist": "^5.4.624"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.24.0"
|
|
},
|
|
"packageManager": "pnpm@10.11.0"
|
|
}
|