{ "name": "node", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "post-img": "cd post && node process-post-img.js", "post-list": "node process-post-list.js" }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.6.7", "nanoid": "^5.0.6", "request": "^2.88.2" } }