imgphash/package.json
2022-03-18 16:03:06 +01:00

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"
}
}