{
    "name": "@bespoken-sdk/cli",
    "description": "CLI for Bespoken automated testing, training and monitoring for voice and chat",
    "license": "SEE LICENSE IN LICENSE",
    "private": false,
    "bin": {
        "bst": "./dist/bin/bst.js",
        "bst-server": "./dist/bin/bst-server.js",
        "bst-test": "./dist/bin/bst-test.js"
    },
    "dependencies": {
        "@bespoken-sdk/device-sdk": "workspace:^1.9.7",
        "@bespoken-sdk/shared": "workspace:^1.0.2",
        "@bespoken-sdk/test-runner": "workspace:^1.0.7",
        "@bespoken-sdk/test-sdk": "workspace:^1.0.3",
        "aws-sdk": "^2.1321.0",
        "bespoken-jest-stare": "^1.1.0-RC.2",
        "body-parser": "^1.20.2",
        "chalk": "^4.1.2",
        "commander": "^9.5.0",
        "console-stamp": "^3.1.1",
        "continuation-local-storage": "^3.2.1",
        "express": "^4.18.2",
        "https-proxy-agent": "^5.0.1",
        "inquirer": "^8.2.5",
        "jest-html-reporters": "^1.2.1",
        "lodash": "^4.17.21",
        "properties-reader": "0.0.15",
        "update-notifier": "^2.5.0",
        "uuid": "^8.3.2",
        "winston": "^3.8.2"
    },
    "devDependencies": {
        "@types/mocha": "^9.1.1",
        "@types/node": "^18.15.3",
        "@types/sinon": "^10.0.13",
        "codecov": "^3.8.3",
        "coveralls": "^3.1.1",
        "cross-spawn": "^7.0.3",
        "dotenv": "^16.0.3",
        "gulp": "^4.0.2",
        "gulp-rename": "^2.0.0",
        "gulp-replace": "^1.1.4",
        "gulp-run": "^1.7.1",
        "gulp-shell": "^0.8.0",
        "gulp-tap": "^2.0.0",
        "gulp-tslint": "^8.1.4",
        "gulp-typedoc": "^3.0.2",
        "mocha": "^9.2.2",
        "mockery": "^2.1.0",
        "natives": "^1.1.6",
        "nyc": "^15.1.0",
        "sinon": "^13.0.2",
        "ts-node": "^10.9.1",
        "tslint": "^6.1.3",
        "typedoc": "^0.22.18",
        "typemoq": "^2.1.0",
        "typescript": "^5.3.2"
    },
    "engines": {
        "node": ">=12"
    },
    "files": [
        "dist/index.js",
        "dist/index.d.ts",
        "dist/package.json",
        "dist/bin/**/*.js",
        "dist/lib/**/*.js",
        "dist/lib/**/*.d.ts",
        "NOTICE"
    ],
    "repository": {
        "type": "git",
        "url": "git://github.com/bespoken/bespoken-api.git"
    },
    "scripts": {
        "mocha": "mocha -r ts-node/register --parallel --jobs 2 test/**/*-test.ts",
        "build": "tsc",
        "compile": "tsc",
        "test": "gulp test",
        "coverage": "gulp coverage",
        "codecov": "gulp codecov",
        "coveralls": "gulp coveralls"
    },
    "type": "module",
    "types": "index.d.ts",
    "version": "1.0.2"
}
