{
    "name": "@oracle/oci-ai-speech-realtime-web",
    "version": "2.2.0",
    "description": "OCI Web client for AI Speech Realtime Service",
    "main": "dist/index.js",
    "scripts": {
        "lint": "eslint . --ext .ts",
        "prepack": "cp ../LICENSE.txt ../README.md .",
        "build": "rimraf ./dist && tsc",
        "test": "jest",
        "prepublishOnly": "npm run build"
    },
    "author": "Oracle",
    "license": "UPL",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/oracle/oci-ai-speech-realtime-web-sdk.git"
    },
    "devDependencies": {
        "@types/jest": "^29.5.14",
        "@types/ws": "^8.5.4",
        "@typescript-eslint/eslint-plugin": "^6.21.0",
        "@typescript-eslint/parser": "^6.4.0",
        "eslint": "^8.57.0",
        "jest": "^29.7.0",
        "jest-environment-jsdom": "^29.7.0",
        "rimraf": "^5.0.0",
        "ts-jest": "^29.2.5",
        "typescript": "^5.4.2"
    }
}
