VID/package.json
2023-10-02 16:13:28 -04:00

20 lines
445 B
JSON

{
"name": "vid",
"version": "1.0.0",
"description": "A tool to spot differences in images where our eyes can't. Or y'know, Find the Difference puzzles hacks.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://git.gay/Lexi/VID"
},
"author": "Lexi",
"license": "MIT",
"scripts": {},
"dependencies": {
"canvas": "^2.11.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"open": "^8.4.2"
}
}