UNPKG

usi-csa-bridge

Version:

command line tool derived from ShogiHome(https://github.com/sunfish-shogi/shogihome)

37 lines 919 B
{ "name": "usi-csa-bridge", "version": "1.24.2", "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" }, "homepage": "https://github.com/sunfish-shogi/shogihome/blob/main/src/command/usi-csa-bridge#readme", "type": "commonjs", "scripts": {}, "main": "index.js", "module": "dist/src/background/index.js", "dependencies": { "encoding-japanese": "^2.0.0", "log4js": "^6.7.0", "tsshogi": "^1.9.1", "vue": "^3.4.34", "yaml": "^2.5.0" }, "devDependencies": {}, "publishConfig": { "access": "public" }, "bin": { "cli": "index.js" } }