isepic-chess
Version:
Chess utility library written in JavaScript
34 lines (33 loc) • 791 B
JSON
{
"name": "isepic-chess",
"version": "8.7.1",
"title": "isepic-chess.js",
"description": "Chess utility library written in JavaScript",
"main": "isepic-chess.js",
"scripts": {
"test": "jest --runInBand --coverage",
"prettier": "npx prettier --write \"**/*.{js,css,html,json,md}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajax333221/isepic-chess.git"
},
"keywords": [
"chess",
"util",
"lib",
"utility",
"library"
],
"author": "Ajax Isepic",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"jest": "^26.2.2",
"prettier": "^2.7.1"
},
"bugs": {
"url": "https://github.com/ajax333221/isepic-chess/issues"
},
"homepage": "https://github.com/ajax333221/isepic-chess#readme"
}