-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.35 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "troybot",
"version": "0.0.1",
"description": "Chatbot framework",
"author": "Hansel ke",
"license": "UNLICENSED",
"main": "dist/index.js",
"scripts": {
"test": "jest --watch ",
"actionServer": "ts-node src/nats.ts",
"Rasa:Generate": "ts-node services/rasaConfigGenerator/generateRasa.ts",
"bench:stt": "ts-node benchmark/bench_stt.ts",
"tortiseCache": "ts-node src/tortiseCache.ts"
},
"dependencies": {
"@ethersproject/keccak256": "^5.7.0",
"@google-cloud/dialogflow": "^5.5.1",
"@google-cloud/functions-framework": "^3.1.3",
"@google-cloud/speech": "^5.3.1",
"@google-cloud/storage": "^6.9.3",
"@google-cloud/text-to-speech": "^4.2.1",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.191",
"appwrite": "^11.0.0",
"aws-lambda": "^1.0.7",
"cors": "^2.8.5",
"cote": "^1.0.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-ws": "^5.0.2",
"ffmpeg": "^0.0.4",
"fuzzyset.js": "^1.0.7",
"googleapis": "^111.0.0",
"jmespath": "^0.16.0",
"js-combinatorics": "^2.1.1",
"js-yaml": "^4.1.0",
"json-logic-js": "^2.0.2",
"lodash": "^4.17.21",
"microsoft-cognitiveservices-speech-sdk": "^1.27.0",
"mongodb": "^5.3.0",
"nats": "^2.13.1",
"node-wav": "^0.0.2",
"object-scan": "^18.5.1",
"pb-util": "^1.0.3",
"react": "^18.2.0",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"spelling": "github:hanselke/spelling",
"telegraf": "^4.12.2",
"twilio": "^4.7.2",
"uuid": "^9.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.2",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/express-ws": "^3.0.1",
"@types/fuzzyset.js": "^0.0.2",
"@types/jest": "^29.5.3",
"@types/jmespath": "^0.15.0",
"@types/js-combinatorics": "^1.2.0",
"@types/json-logic-js": "^2.0.1",
"@types/node-wav": "^0.0.0",
"@types/shelljs": "^0.8.11",
"@types/socket.io": "^3.0.2",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"eslint": "^8.40.0",
"jest": "^29.5.0",
"pm2": "^5.2.2",
"prettier": "^2.8.8",
"shelljs": "^0.8.5",
"ts-jest": "^29.0.0",
"ts-node": "10.9.1",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16.0.0"
}
}