chessbot-xmpp/package.json
2021-01-28 13:04:03 +01:00

29 lines
535 B
JSON

{
"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": "*"
}
}