{
  "name": "yaneuraou.wasm",
  "version": "0.1.2",
  "description": "WebAssembly port of the strong shogi engine YaneuraOu",
  "keywords": ["shogi","emscripten", "webassembly"],
  "author": "Yuta Okumura",
  "license": "GPL-3.0",
  "repository": "github:arashigaoka/YaneuraOu.wasm",
  "homepage": "https://github.com/arashigaoka/YaneuraOu.wasm/",
  "main": "yaneuraou.js",
  "files": [
    "Copying.txt",
    "yaneuraou.js",
    "yaneuraou.wasm",
    "yaneuraou.worker.js",
    "yaneuraou.data"
  ],
  "scripts": {
    "prepare": "cd source && make clean tournament && cd .. && mv source/yaneuraou.js source/yaneuraou.worker.js source/yaneuraou.wasm source/yaneuraou.data ."
  }
}
