mirror of
https://codeberg.org/JasterV/imgphash.git
synced 2026-04-26 18:10:01 +00:00
35 lines
841 B
JSON
35 lines
841 B
JSON
{
|
|
"name": "imgphash",
|
|
"version": "0.3.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",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@canvas/image": "^1.0.1",
|
|
"axios": "^0.26.1",
|
|
"blockhash-core": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.4.1",
|
|
"@types/node": "^17.0.21",
|
|
"jest": "^27.5.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JasterV/imgphash.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/JasterV/imgphash/issues"
|
|
},
|
|
"homepage": "https://github.com/JasterV/imgphash#readme"
|
|
}
|