chess-game-core
Version:
Library for chess game logic
17 lines (16 loc) • 384 B
JSON
{
"name": "chess-game-core",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Ksenia654/Chess-Library"
},
"keywords": ["chess", "game", "logic"],
"author": "Kseniya",
"license": "MIT",
"description": "Library for chess game logic"
}