{
  "name": "@4players/odin-nodejs",
  "version": "0.11.3",
  "description": "NodeJS bindings for the ODIN SDK. Use for AI enhanced human interactions, content moderation and audio processing features in a backend.",
  "main": "index.cjs",
  "types": "index.d.ts",
  "scripts": {
    "build:debug": "node-gyp rebuild --debug && node scripts/postbuild.cjs debug",
    "build:release": "node-gyp rebuild && node scripts/postbuild.cjs",
    "build": "npm run build:release",
    "clean": "node-gyp clean",
    "install": "node-gyp-build"
  },
  "keywords": [],
  "author": "Phillip Schuster",
  "license": "MIT",
  "private": false,
  "gypfile": true,
  "type": "module",
  "dependencies": {
    "@4players/odin-foundation": "^0.2.0",
    "@4players/odin-tokens": "^1.3.0",
    "@msgpack/msgpack": "^3.1.2",
    "audio-buffer-stream": "^1.1.0",
    "audio-decode": "^2.1.1",
    "audio-lena": "^2.3.0",
    "node-addon-api": "^5.1.0",
    "node-gyp-build": "^4.6.0",
    "openai": "^3.2.1",
    "prompt-sync": "^4.2.0",
    "throttle": "^1.0.3",
    "wav": "^1.0.2"
  },
  "devDependencies": {
    "node-gyp": "^9.3.1",
    "prebuildify": "^5.0.1",
    "typedoc": "^0.23.28"
  },
  "engines": {
    "node": ">=18"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}