{
  "name": "aac-voice-api",
  "version": "1.0.1",
  "description": "Games where augmentative and alternative communication (AAC) devices are used as controllers for the game is promising for increasing social inclusion of children who use these devices, such as minimally verbal autistic children. We want to build out an API which supports audio-controlled games where the output from an AAC device is automatically converted into game actions.",
  "main": "dist/AACommodateAPI.js",
  "module": "dist/AACommodateAPI.js",
  "types": "dist/AACommodateAPI.d.ts",
  "scripts": {
    "dev": "vite",
    "build": "vite build && tsc --emitDeclarationOnly && rollup -c rollup.dts.config.js",
    "preview": "vite preview",
    "lint": "eslint 'src/**/*.{ts,js}' 'test/**/*.{ts,js}'",
    "format": "prettier --write '**/*.{ts,js,json}'",
    "test": "vitest",
    "docs": "typedoc && node scripts/fix-mdx.js && node scripts/rename-docs.js",
    "ci": "npm run lint && npm run typecheck && npm run test && npm run build",
    "coverage": "vitest run --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Capstone-Projects-2025-Fall/project-001-aac-api.git"
  },
  "files": [
    "dist/whisper/**",
    "dist/AACommodateAPI.js",
    "dist/AACommodateAPI.d.ts",
    "!dist/API-doc-entry.js",
    "!dist/API-doc-entry.d.ts"
  ],
  "keywords": [
    "aac",
    "voice-recognition",
    "game-api",
    "speech-to-text",
    "accessibility",
    "whisper"
  ],
  "author": "Michael Colbert, Gino Russo, Jess Hutchison, Hena Patel, Tam Trang",
  "license": "MIT",
  "type": "module",
  "bugs": {
    "url": "https://github.com/Capstone-Projects-2025-Fall/project-001-aac-api/issues"
  },
  "homepage": "https://github.com/Capstone-Projects-2025-Fall/project-001-aac-api#readme",
  "devDependencies": {
    "@eslint/js": "^9.36.0",
    "@types/dom-speech-recognition": "^0.0.6",
    "@types/node": "^24.5.2",
    "@typescript-eslint/eslint-plugin": "^8.44.0",
    "@typescript-eslint/parser": "^8.44.0",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^9.36.0",
    "eslint-config-prettier": "^10.1.8",
    "glob": "^13.0.0",
    "globals": "^16.4.0",
    "jiti": "^2.5.1",
    "prettier": "^3.6.2",
    "rollup-plugin-dts": "^6.2.3",
    "text-sound-similarity-improved": "^1.0.7",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.13",
    "typedoc-plugin-markdown": "^4.9.0",
    "typescript": "^5.9.2",
    "vite": "^7.1.7",
    "vite-plugin-static-copy": "^3.1.3",
    "vitest": "^3.2.4"
  }
}
