mirror of
https://codeberg.org/JasterV/imgphash.git
synced 2026-04-26 18:10:01 +00:00
20 lines
No EOL
363 B
JSON
20 lines
No EOL
363 B
JSON
{
|
|
"name": "phash-test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@canvas/image": "^1.0.1",
|
|
"axios": "^0.26.1",
|
|
"blockhash-core": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.21"
|
|
}
|
|
} |