{ "name": "movie_posters", "version": "1.0.0", "description": "", "main": "lib/index.js", "type": "module", "scripts": { "start": "node lib/index.js", "test": "echo \"Error: no test specified\" && exit 1", "dev": "nodemon" }, "engines": { "node": "= 22.x" }, "author": "Peter Siegmund (mars3142)", "license": "AGPL3", "dependencies": { "@google-cloud/profiler": "^6.0.2", "axios": "^1.7.9", "canvas": "^3.1.0", "cors": "^2.8.5", "express": "^4.21.2", "joi": "^17.13.3", "shuffle-array": "^1.0.1" }, "devDependencies": { "nodemon": "^3.1.9" } }