@ovotech/genesys-web-messaging-tester-cli
Version:
67 lines • 2.22 kB
JSON
{
"name": "@ovotech/genesys-web-messaging-tester-cli",
"version": "3.0.3",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "Apache-2.0",
"repository": "git@github.com:ovotech/genesys-web-messaging-tester.git",
"homepage": "https://github.com/ovotech/genesys-web-messaging-tester/tree/main/packages/genesys-web-messaging-tester-cli#readme",
"files": [
"lib/**/*"
],
"keywords": [
"genesys",
"web-messaging",
"messenger",
"test"
],
"author": "Lucas Woodward",
"scripts": {
"build": "rm -rf ./lib && tsc -p tsconfig.json",
"test": "jest __tests__/",
"lint": "eslint -c ../../.eslintrc.json {src,__tests__}/**/*.ts && yarn check:style",
"check:style": "prettier {src,__tests__} --check",
"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",
"@ovotech/genesys-web-messaging-tester": "^2.0.7",
"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": {
"@types/humanize-duration": "^3.27.1",
"@types/jest": "^29.0.3",
"@types/jest-when": "^3.5.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^14.14.2",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "latest",
"get-port": "^5.1.1",
"jest": "^29.0.3",
"jest-when": "^3.5.0",
"prettier": "^3.1.1",
"strip-ansi": "^6.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
},
"jest": {
"preset": "../../jest.json"
}
}