{
    "name": "@xapp/stentor-actions-on-google",
    "license": "Apache-2.0",
    "publishConfig": {
        "access": "public"
    },
    "version": "1.86.6",
    "description": "Actions on Google channel for stentor",
    "types": "lib/index",
    "main": "lib/index",
    "files": [
        "lib"
    ],
    "engines": {
        "node": "^20 || ^22 || ^24"
    },
    "devDependencies": {
        "@types/chai": "5.2.3",
        "@types/sinon": "4.3.3",
        "@xapp/config": "0.3.0",
        "actions-on-google": "2.14.0",
        "chai": "4.5.0",
        "mocha": "11.8.0",
        "sinon": "21.0.0",
        "stentor-constants": "1.74.5",
        "stentor-guards": "1.74.5",
        "stentor-interaction-model": "1.74.9",
        "stentor-media": "1.74.10",
        "stentor-models": "1.79.0",
        "stentor-request": "1.74.9",
        "stentor-response": "1.74.10",
        "stentor-utils": "1.76.0",
        "ts-node": "10.9.2",
        "typescript": "5.9.3"
    },
    "dependencies": {
        "@xapp/patterns": "2.0.3"
    },
    "peerDependencies": {
        "stentor-constants": "1.x",
        "stentor-guards": "1.x",
        "stentor-interaction-model": "1.x",
        "stentor-media": "1.x",
        "stentor-models": "1.x",
        "stentor-request": "1.x",
        "stentor-response": "1.x",
        "stentor-utils": "1.x"
    },
    "scripts": {
        "prepack": "yarn build",
        "build": "tsc -d true -p .",
        "clean": "rm -rf ./lib/*",
        "test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
    },
    "gitHead": "3a345719866a5c39329b605545f04c465e6baf48"
}
