ivr-tester-transcriber-amazon-transcribe
Version:
Amazon Transcribe integration for IVR Tester
66 lines (65 loc) • 1.67 kB
JSON
{
"name": "ivr-tester-transcriber-amazon-transcribe",
"version": "0.1.4",
"description": "Amazon Transcribe integration for IVR Tester",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SketchingDev/ivr-tester.git"
},
"homepage": "https://github.com/SketchingDev/ivr-tester/tree/main/packages/transcriber-amazon-transcribe#amazon-transcribe",
"keywords": [
"ivr",
"call flow",
"test",
"amazon transcribe",
"transcriber"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test:integration": "jest __tests__",
"clean": "rimraf dist/",
"build": "yarn clean && tsc --declaration",
"lint:prettier": "prettier --list-different '{src,__tests__}/**/*.ts' --write",
"lint:eslint": "eslint 'src/**/*.ts'",
"lint": "yarn lint:prettier && yarn lint:eslint",
"prepare": "yarn build",
"doc": "yarn typedoc"
},
"files": [
"/dist"
],
"dependencies": {
"aws-transcribe": "1.1.0",
"debug": "^4.3.1",
"wavefile": "^11.0.0"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/getenv": "^1.0.0",
"@types/jest": "^26.0.14",
"@types/node": "^14.6.4",
"ivr-tester": "0.x",
"jest": "^26.4.2",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.4.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"peerDependencies": {
"ivr-tester": "0.x"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"engines": {
"node": ">= 10.14.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "18b03be74e6e77663e12171414378ed6222f36c6"
}