@mizarjp/yaneuraou.material
Version:
YaneuraOu shogi engine (MaterialLv1)
46 lines (45 loc) • 1.11 kB
JSON
{
"name": "@mizarjp/yaneuraou.material",
"version": "7.6.3-alpha.0",
"description": "YaneuraOu shogi engine (MaterialLv1)",
"keywords": [
"shogi",
"emscripten",
"webassembly"
],
"author": "Mizar <mizar.jp@gmail.com>",
"homepage": "https://github.com/mizar/YaneuraOu.wasm/tree/wasm/npmpackages/yaneuraou.material#readme",
"license": "GPL-3.0",
"main": "lib/yaneuraou.material.js",
"types": "lib/yaneuraou.material.d.ts",
"bin": {
"usi.material": "usi.material.js"
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib/"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mizar/YaneuraOu.wasm.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/mizar/YaneuraOu.wasm/issues"
},
"devDependencies": {
"@types/emscripten": "^1.39.6",
"@types/node": "^18.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"gitHead": "c9c34f240f89b611ca34060466e61220b0d3180c"
}