usi-csa-bridge
Version:
command line tool derived from ShogiHome(https://github.com/sunfish-shogi/shogihome)
42 lines • 960 B
JSON
{
"name": "usi-csa-bridge",
"version": "1.26.1",
"description": "command line tool derived from ShogiHome(https://github.com/sunfish-shogi/shogihome)",
"author": "Kubo, Ryosuke",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/sunfish-shogi/shogihome.git"
},
"keywords": [
"shogi"
],
"bugs": {
"url": "https://github.com/sunfish-shogi/shogihome/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/sunfish-shogi/shogihome/blob/main/src/command/usi-csa-bridge#readme",
"type": "commonjs",
"main": "index.js",
"bin": {
"cli": "index.js"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"package.json"
],
"scripts": {},
"dependencies": {
"encoding-japanese": "^2.0.0",
"log4js": "^6.7.0",
"tsshogi": "^2.3.1",
"vue": "^3.5.25",
"yaml": "^2.8.2"
},
"devDependencies": {}
}