{ "name": "chessbot-xmpp", "version": "1.0.0", "description": "Chess Bot MUC XMPP", "main": "index.js", "private": true, "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "https://git.manalejandro.com/ale/chessbot-xmpp" }, "keywords": [ "bot", "xmpp", "muc", "chess" ], "author": "ale", "license": "MIT", "dependencies": { "@xmpp/client": "*", "cheerio": "*", "chess-image-generator": "*", "got": "*", "js-chess-engine": "*" } }