This commit is contained in:
2026-03-31 17:32:44 +10:00
commit 3813fc4cbf
10 changed files with 883 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "watermark-remover",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.dredgy.au/dredgy/Watermark-Remover.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/node": "^25.5.0",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
},
"dependencies": {
"replicate": "^1.4.0"
}
}