{
    "name": "@xapp/stentor-intelligent-search-channel",
    "license": "Apache-2.0",
    "publishConfig": {
        "access": "public"
    },
    "version": "1.94.0",
    "description": "Intelligent Search Channel for stentor 📣",
    "types": "lib/index",
    "main": "lib/index",
    "files": [
        "lib"
    ],
    "engines": {
        "node": ">=10.x"
    },
    "devDependencies": {
        "@types/chai": "4.3.20",
        "@types/sinon": "10.0.20",
        "@types/sinon-chai": "3.2.12",
        "@xapp/config": "0.3.0",
        "chai": "4.5.0",
        "mocha": "9.2.2",
        "sinon": "13.0.2",
        "sinon-chai": "3.7.0",
        "stentor-models": "1.72.4",
        "ts-node": "10.9.2",
        "typescript": "5.9.3"
    },
    "dependencies": {
        "stentor-constants": "1.72.4",
        "stentor-guards": "1.72.4"
    },
    "peerDependencies": {
        "stentor-models": "^1.0.0"
    },
    "scripts": {
        "build": "tsc -d true -p .",
        "clean": "rm -rf ./lib/*"
    },
    "gitHead": "1740f50f107330d7a67aaf409f5821886e22daad"
}
