{
  "name": "cricodecs",
  "version": "1.0.2",
  "description": "CriWare codecs for Node.js",
  "engines": {
    "node": ">= 18.0.0"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "hca-wasm/pkg/*.{wasm,d.ts,js}"
  ],
  "keywords": [
    "criware",
    "acb",
    "awb",
    "hca",
    "audio",
    "decode"
  ],
  "author": "LeadRDRK",
  "license": "ISC",
  "repository": "github:LeadRDRK/node-cricodecs",
  "devDependencies": {
    "@types/node": "^18.19.67",
    "typescript": "^5.6.3",
    "wasm-pack": "^0.13.1"
  },
  "scripts": {
    "hca:build": "wasm-pack build --target nodejs --no-pack hca-wasm",
    "build": "tsc",
    "test": "pnpm build && node test/index.mjs"
  }
}