Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

package.json 718 B

You have to be logged in to leave a comment. Sign In
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
  1. {
  2. "name": "botbuilder-sample-speech-to-text",
  3. "version": "1.0.0",
  4. "description": "Bot Builder Sample - Speech To Text",
  5. "scripts": {
  6. "start": "node app.js"
  7. },
  8. "author": "Microsoft Corp.",
  9. "license": "MIT",
  10. "keywords": [
  11. "botbuilder",
  12. "bots",
  13. "chatbots",
  14. "botbuilder-samples"
  15. ],
  16. "bugs": {
  17. "url": "https://github.com/Microsoft/BotBuilder-Samples/issues"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/Microsoft/BotBuilder-Samples.git"
  22. },
  23. "dependencies": {
  24. "botbuilder": "^3.7.0",
  25. "dotenv-extended": "^1.0.4",
  26. "needle": "^1.4.3",
  27. "node-uuid": "^1.4.7",
  28. "request": "^2.79.0",
  29. "restify": "^4.3.0",
  30. "url": "^0.11.0"
  31. }
  32. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...