chess-easy
Version:
Chess engine that makes writing chessgame easier than writing a calculator
45 lines (44 loc) • 904 B
JSON
{
"name": "chess-easy",
"version": "1.0.3",
"description": "Chess engine that makes writing chessgame easier than writing a calculator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"watch": "tsc --watch",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+git@github.com:mwisniewski00/chessgame.git"
},
"keywords": [
"chess",
"fen",
"chessgame",
"game",
"chessengine"
],
"contributors": [
{
"name": "Maciej Wiśniewski",
"email": "macwis162@gmail.com",
"url": "https://github.com/mwisniewski00"
},
{
"name": "Patryk Wawrzyniak",
"url": "https://github.com/Azalurg"
},
{
"name": "Igor Pustovoy",
"url": "https://github.com/igorpustovoy"
}
],
"license": "ISC",
"dependencies": {
"typescript": "^4.9.4"
}
}