@makingchatbots/genesys-cloud-chatbot-tester-cli
Version:
[](https://www.npmjs.com/package/@makingchatbots/genesys-cloud-chatbot-tester-cli) [ • 2.2 kB
JSON
{
"name": "@makingchatbots/genesys-cloud-chatbot-tester-cli",
"version": "3.0.4",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/MakingChatbots/genesys-cloud-chatbot-tester.git"
},
"homepage": "https://github.com/makingchatbots/genesys-cloud-chatbot-tester/tree/main/packages/genesys-cloud-chatbot-tester-cli#readme",
"files": [
"lib/**/*"
],
"keywords": [
"genesys",
"web-messaging",
"messenger",
"test"
],
"author": "Lucas Woodward",
"scripts": {
"clean": "rm -rf ./lib",
"build": "npm run clean && tsc -p tsconfig.json",
"test": "vitest run",
"lint": "eslint . --ignore-pattern 'lib/*'",
"lint:fix": "eslint . --ignore-pattern 'lib/*' --fix",
"test:execute:scripted": "ts-node src/index.ts scripted ../../examples/cli-scripted-tests/example.yml -id $DEPLOYMENT_ID -r $REGION -p 10",
"test:execute:scripted:help": "ts-node src/index.ts --help",
"test:execute:ai": "ts-node src/index.ts ai $TEST_FILE_PATH -id $DEPLOYMENT_ID -r $REGION -o ./test-outputs",
"test:execute:ai:help": "ts-node src/index.ts ai --help",
"test:execute:help": "ts-node src/index.ts --help"
},
"bin": {
"web-messaging-tester": "lib/index.js"
},
"dependencies": {
"@google-cloud/aiplatform": "3.10.0",
"@makingchatbots/genesys-cloud-chatbot-tester": "^2.0.8",
"chalk": "^4.1.2",
"ci-info": "^3.5.0",
"commander": "^11.0.0",
"humanize-duration": "^3.29.0",
"joi": "^17.12.2",
"js-yaml": "^4.1.0",
"listr2": "^5.0.5",
"openai": "4.0.0-beta.12",
"purecloud-platform-client-v2": "^188.1.0"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/humanize-duration": "^3.27.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "^14.14.2",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"get-port": "^5.1.1",
"prettier": "3.6.2",
"strip-ansi": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript-eslint": "^8.39.1",
"vitest": "^3.2.4",
"vitest-when": "^0.7.0"
}
}