{
	"name": "idedupebox",
	"version": "1.0.0",
	"description": "image deduper cli tool: use perceptual hashing (phash) to deduplicate a directory of images",
	"keywords": [
		"image",
		"dedupe",
		"deduplication",
		"hashing",
		"perceptual",
		"hashing",
		"deduping",
		"cli",
		"cli",
		"tool",
		"tool"
	],
	"homepage": "https://github.com/sbrl/idedupebox#readme",
	"bugs": {
		"url": "https://github.com/sbrl/idedupebox/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/sbrl/idedupebox.git"
	},
	"license": "AGPL-3.0-or-later",
	"author": "Starbeamrainbowlabs",
	"type": "esm",
	"main": "src/index.mjs",
	"scripts": {
		"test": "echo \"no tests have been written yet the default npm message is unclear and I can't find where to PR to change it\""
	},
	"bin": {
		"idedupebox": "src/index.mjs"
	},
	"dependencies": {
		"applause-cli": "^1.8.3",
		"cli-progress": "^3.12.0",
		"p-map": "^7.0.3",
		"sharp-phash": "^2.2.0"
	}
}