{
  "name": "augnitosdk",
  "private": false,
  "version": "1.0.14",
  "license": "Restricted",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "description": "AugnitoSDK lets you make use of the Speech Recognition AI. You can edit, format and complete reports at the speed of human speech, with the best-in-class accuracy",
  "keywords": [
    "Augnito",
    "Speech-To-Text",
    "STT",
    "Voice AI"
  ],
  "readmeFilename": "README.md",
  "scripts": {
    "dev": "vite",
    "preview": "vite preview --port 8080",
    "clean": "rm -rf ./dist/* ",
    "clean-win": "if exist dist rd /s /q dist",
    "jsbundle": "node ./build.js",
    "build-typescript": "npm run clean && tsc",
    "build": "npm run clean && rollup -c && npm run jsbundle",
    "build-win": "npm run clean-win && rollup -c && npm run jsbundle",
    "build-debug": "npm run clean-win && rollup -c rollup.debug.config.js && npm run jsbundle",
    "test": "jest --coverage"
  },
  "devDependencies": {
    "@babel/core": "^7.24.0",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^21.0.2",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@types/ckeditor4": "^4.16.1",
    "@types/jest": "^27.4.1",
    "@types/jquery": "^3.5.30",
    "@typescript-eslint/eslint-plugin": "^5.14.0",
    "@typescript-eslint/parser": "^5.14.0",
    "babel-loader": "^8.3.0",
    "esbuild": "^0.23.0",
    "esbuild-plugin-svgr": "^3.1.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.5.1",
    "jest-junit": "^13.0.0",
    "rollup": "^2.70.0",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.2",
    "ts-jest": "^27.1.4",
    "ts-node": "^10.9.2",
    "typescript": "^4.9.5",
    "vite": "^2.9.17"
  },
  "jest-junit": {
    "suiteNameTemplate": "{filepath}",
    "outputDirectory": ".",
    "outputName": "junit.xml"
  },
  "dependencies": {
    "@types/estree": "^1.0.5",
    "@types/webrtc": "^0.0.43",
    "augnito-dom-ranges": "^0.0.1",
    "augnitorecorder": "^1.0.48"
  },
  "peerDependencies": {
    "@ckeditor/ckeditor5-core": ">=38.1.1"
  },
  "peerDependenciesMeta": {
    "@ckeditor/ckeditor5-core": {
      "optional": true
    }
  }
}
