{
  "name": "@mathquis/node-picotts",
  "version": "1.0.8",
  "description": "TTS engine using SVOX PicoTTS",
  "main": "lib/index.js",
  "gypfile": true,
  "binary": {
    "module_name": "picotts",
    "module_path": "./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/",
    "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
    "host": "https://github.com/mathquis/node-picotts/releases/download/",
    "remote_path": "{version}"
  },
  "scripts": {
    "preinstall": "npm install @mapbox/node-pre-gyp",
    "install": "node-pre-gyp install --fallback-to-build",
    "configure": "node-pre-gyp configure",
    "build": "npm run configure && node-pre-gyp build && npm test",
    "rebuild": "npm run configure && node-pre-gyp rebuild && npm test",
    "test": "node test.js",
    "publish": "node-pre-gyp configure && node-pre-gyp build && node-pre-gyp package && node-pre-gyp-github publish --release"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mathquis/node-picotts.git"
  },
  "keywords": [
    "tts",
    "picotts",
    "svox",
    "online",
    "stream",
    "node"
  ],
  "author": "Mathieu \"Fastjack\" Quisefit",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mathquis/node-picotts/issues"
  },
  "devDependencies": {
    "node-pre-gyp-github": "^1.4.3",
    "wavefile": "^11.0.0"
  },
  "dependencies": {
    "@mapbox/node-pre-gyp": "^1.0.0",
    "node-addon-api": "^3.1.0"
  },
  "homepage": "https://github.com/mathquis/node-picotts#readme"
}
