{ "name": "quotes-bot", "version": "1.0.0", "description": "A matrix bot integrating with the Imag image board.", "main": "index.mjs", "scripts": { "bot": "node index.mjs" }, "repository": { "type": "git", "url": "..." }, "keywords": [ "matrix", "quotes", "imag", "matrix", "quotes" ], "author": "...", "license": "Unlicense", "devDependencies": { "@eslint/js": "^9.0.0", "eslint": "^9.0.0", "globals": "^15.0.0" }, "dependencies": { "axios": "^1.6.8", "escape-html": "^1.0.3", "form-data": "^4.0.0", "image-size": "^1.1.1", "matrix-bot-sdk": "^0.7.1" } }