{
  "name": "wasm_open_jtalk",
  "version": "0.0.1",
  "description": "Open JTalk build with WebAssembly",
  "main": "js/open_jtalk.js",
  "bin": {
    "open_jtalk.js": "js/open_jtalk.js"
  },
  "files": [
    "LICENSE",
    "README.md",
    "js/"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "install-local-repo": "npm -g install .",
    "uninstall-local-repo": "npm -g uninstall wasm_open_jtalk",
    "build:js": "make install-open_jtalk && sed -i '1i#!/usr/bin/env node' js/open_jtalk.js",
    "prepublishOnly": "npm run build:js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/hrhr49/wasm_open_jtalk.git"
  },
  "author": "hrhr49 <hiro49410@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hrhr49/wasm_open_jtalk/issues"
  },
  "homepage": "https://github.com/hrhr49/wasm_open_jtalk#readme"
}
