{
  "name": "sip-lab",
  "version": "1.39.0",
  "description": "",
  "main": "index.js",
  "engines": {
    "node": ">=15.0.0"
  },
  "scripts": {
    "install": "node-gyp-build",
    "build": "node-gyp build",
    "rebuild": "node-gyp rebuild",
    "test": "./runtests"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MayamaTakeshi/sip-lab"
  },
  "author": "",
  "license": "ISC",
  "gypfile": true,
  "homepage": "https://github.com/MayamaTakeshi/sip-lab",
  "dependencies": {
    "@mayama/zeq": "^4.23.0",
    "data-matching": "^1.47.1",
    "mrcp": "^1.4.0",
    "mrcp-matching": "^1.3.0",
    "node-addon-api": "^5.0.0",
    "node-gyp": "^9.3.0",
    "node-gyp-build": "^4.5.0",
    "sdp-matching": "^1.5.0",
    "sip-matching": "^1.9.0",
    "sipjs-lab": "^1.4.0"
  },
  "devDependencies": {
    "prebuildify": "^5.0.1",
    "prebuildify-cross": "github:MayamaTakeshi/prebuildify-cross#use_existing_images"
  },
  "files": [
    "index.js",
    "binding.gyp",
    "build_deps.sh",
    "include",
    "src",
    "README.md",
    "DEV.md",
    "samples",
    "samples_extra",
    "prebuilds",
    "pocketsphinx",
    "runtests"
  ]
}
