chess-image-generator
Version:
Generate images based on various forms of chess notation.
39 lines (38 loc) • 926 B
JSON
{
"name": "chess-image-generator",
"version": "1.0.9",
"description": "Generate images based on various forms of chess notation.",
"main": "src/index.js",
"scripts": {
"test": "node ./test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andyruwruw/chessimage.git"
},
"keywords": [
"Chess",
"GIF",
"PNG",
"JPG",
"Image"
],
"author": "Andrew Young",
"license": "MIT",
"bugs": {
"url": "https://github.com/andyruwruw/chessimage/issues"
},
"homepage": "https://github.com/andyruwruw/chessimage#readme",
"dependencies": {
"canvas": "^2.6.1",
"canvas-to-buffer": "^1.1.0",
"chess.js": "^0.10.2",
"fs": "0.0.1-security",
"path": "^0.12.7"
},
"devDependencies": {
"eslint": "^7.10.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1"
}
}