{
  "name": "@ekx/auph",
  "version": "0.1.5",
  "browser": "web/dist/emscripten/auph.js",
  "module": "web/dist/module/index.js",
  "types": "web/dist/types/index.d.ts",
  "scripts": {
    "postinstall": "cmake-build || exit 0",
    "watch": "tsc -w -p web/tsconfig.json & rollup -w -c web/rollup.config.js",
    "build": "tsc -p web/tsconfig.json && rollup -c web/rollup.config.js",
    "build-cmake": "node scripts/build-cmake",
    "clean": "rimraf ./build ./web/dist"
  },
  "files": [
    "include",
    "android",
    "CMakeLists.txt",
    "ek.js",
    "web/dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/eliasku/auph.git"
  },
  "devDependencies": {
    "@rollup/plugin-replace": "^4.0.0",
    "follow-redirects": "^1.14.9",
    "http-server": "^14.1.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.70.2",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "@ekx/dr-libs": "0.0.4",
    "@ekx/stb": "0.0.8",
    "@ekx/std": "0.0.5",
    "cmake-build": "0.0.6"
  },
  "keywords": [
    "auph",
    "auph.js",
    "audio",
    "sound",
    "web audio",
    "webaudio",
    "c++",
    "nodejs",
    "coreaudio",
    "oboe",
    "aaudio",
    "android",
    "ios",
    "opensles",
    "xcode",
    "audiosession",
    "macos",
    "native",
    "audio mixer"
  ],
  "homepage": "https://eliasku.github.io/auph"
}
