26 lines
515 B
JSON
26 lines
515 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|