@onereach/step-voice
Version:
Onereach.ai Voice Steps
88 lines (87 loc) • 2.17 kB
JSON
{
"name": "@onereach/step-voice",
"version": "6.1.26",
"author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
"contributors": [
"Roman Zolotarov",
"Andrey Agapov"
],
"description": "Onereach.ai Voice Steps",
"main": "index.js",
"engines": {
"node": ">= 20",
"npm": ">= 10"
},
"dependencies": {
"@onereach/step-conversation": "^1.0.40",
"lodash": "^4.17.21",
"nanoid": "^3.3.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@onereach/flow-sdk": "^3.2.50",
"@onereach/orbes": "^3.1.57",
"@onereach/step-voice": "./test",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.57",
"@swc/helpers": "^0.5.1",
"@swc/jest": "^0.2.26",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.194",
"@types/timestring": "^6.0.2",
"@types/uuid": "^9.0.1",
"aws-sdk": "^2.1376.0",
"babel-runtime": "^6.26.0",
"bluebird": "^3.7.2",
"docdash": "^2.0.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"or-sdk": "./node_modules/@onereach/flow-sdk",
"pinst": "^3.0.0",
"short-uuid": "^4.2.2",
"source-map-support": "^0.5.21",
"ts-standard": "^12.0.2",
"typescript": "^4.9.5"
},
"files": [
"/dst"
],
"scripts": {
"clean": "rm -rf dst",
"build": "npm run clean && tsc -p ./tsconfig.build.json",
"build-fast": "npm run clean && swc ./src -d ./dst",
"deploy": "./scripts/deploy.sh",
"download": "./scripts/download.sh",
"upload": "./scripts/upload.sh",
"pub": "./scripts/publish.sh",
"pub-prerelease": "./scripts/publish-prerelease.sh",
"update-module-versions": "./scripts/update-module-versions.sh",
"patch-steps": "./scripts/update-steps-versions.sh patch",
"test": "jest --forceExit"
},
"repository": {
"type": "git",
"url": "git@gitlab.com:onereach/voice/voice-steps.git"
},
"keywords": [
"onereach",
"ai",
"voice",
"steps"
],
"license": "SEE LICENSE IN onereach.lic",
"private": false,
"standard-engine": {
"name": "ts-standard"
},
"ts-standard": {
"env": [
"node",
"jest"
],
"ignore": [
"dst",
"node_modules"
]
}
}