imghash-cli
Version:
imghash command-line interface
41 lines (40 loc) • 845 B
JSON
{
"dependencies": {
"@commitlint/cli": "^8.3.4",
"@commitlint/config-conventional": "^8.3.4",
"husky": "^3.1.0",
"yargs": "^15.1.0"
},
"peerDependencies": {
"imghash": "^0.0.6"
},
"name": "imghash-cli",
"version": "0.0.1",
"description": "imghash command-line interface",
"main": "index.js",
"repository": "git@github.com:pwlmaciejewski/imghash-cli.git",
"author": "Paweł Maciejewski <1276139+pwlmaciejewski@users.noreply.github.com>",
"license": "MIT",
"devDependencies": {
"prettier": "^1.19.1"
},
"scripts": {
"test": "prettier -c index.js"
},
"bin": {
"imghash": "./index.js"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"keywords": [
"perceptual",
"image",
"hash",
"phash",
"imgseek",
"cli"
]
}