chessbot-mastodon/package.json

28 lines
529 B
JSON
Raw Permalink Normal View History

2024-09-29 00:52:17 +00:00
{
"name": "chessbot-mastodon",
"version": "1.0.0",
"description": "Chess Bot for mastodon",
"main": "index.js",
"private": true,
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://git.manalejandro.com/ale/chessbot-mastodon"
},
"keywords": [
"bot",
"activity",
"mastodon",
"chess"
],
"author": "ale",
"license": "MIT",
"dependencies": {
"chess-image-generator": "^1.0.9",
"js-chess-engine": "^1.0.2",
"masto": "^6.8.0"
}
}