{
  "name": "soundswallower",
  "version": "0.6.3",
  "description": "An even smaller speech recognizer",
  "type": "module",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "node": "./soundswallower.node.js",
      "default": "./soundswallower.web.js"
    },
    "./jsonly": {
      "types": "./jsonly/index.d.ts",
      "default": "./jsonly/index.js"
    }
  },
  "unpkg": "./umd/bundle.js",
  "types": "./index.d.ts",
  "main": "./soundswallower.web.js",
  "scripts": {
    "test": "mocha soundswallower.spec",
    "tstest": "npx tsc && node test_typescript",
    "webtest": "xdg-open http://localhost:8000/test_web.html && python server.py",
    "bundle": "webpack --config webpack.config.cjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ReadAlongs/SoundSwallower.git"
  },
  "keywords": [
    "speech",
    "audio",
    "nlp"
  ],
  "author": "David Huggins-Daines <dhdaines@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ReadAlongs/SoundSwallower/issues"
  },
  "homepage": "https://github.com/ReadAlongs/SoundSwallower#readme",
  "devDependencies": {
    "@types/node": "^18.0.3",
    "chai": "^4.3.7",
    "jsdoc": "^3.6.10",
    "mocha": "^10.0.0",
    "typescript": "^4.7.4",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  },
  "dependencies": {
    "blob-polyfill": "^7.0.20220408",
    "@types/emscripten": "^1.39.6"
  }
}
