imgphash/package.json
2022-03-21 11:08:11 +01:00

30 lines
No EOL
756 B
JSON

{
"name": "hash-image",
"version": "0.1.0",
"description": "Provide an image class that is able to calculate similarity to other images using the phash value",
"main": "./src/lib.js",
"keywords": [
"javascript",
"phash",
"hashing",
"images"
],
"author": "Victor Martinez <jaster.victor@gmail.com>",
"license": "MIT",
"dependencies": {
"@canvas/image": "^1.0.1",
"axios": "^0.26.1",
"blockhash-core": "^0.1.0"
},
"devDependencies": {
"@types/node": "^17.0.21"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JasterV/hash-image.git"
},
"bugs": {
"url": "https://github.com/JasterV/hash-image/issues"
},
"homepage": "https://github.com/JasterV/hash-image#readme"
}