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

30 lines
No EOL
660 B
JSON

{
"name": "image-phash",
"version": "0.1.0",
"description": "",
"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"
}