{
  "name": "@tootallnate/hca",
  "version": "0.0.1",
  "type": "module",
  "description": "Decoder for CRI Middleware's HCA audio codec.",
  "main": "dist/index.js",
  "keywords": [
    "hca",
    "cri",
    "criware",
    "audio",
    "decoder",
    "awb",
    "acb",
    "wav"
  ],
  "author": "Nathan Rajlich <n@n8.io>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/TooTallNate/switch-tools",
    "directory": "packages/hca"
  },
  "devDependencies": {
    "typescript": "^5.3.3"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run"
  }
}