28 lines
529 B
JSON
28 lines
529 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|