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 413 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
  1. {
  2. "name": "botbuilder-sample-similarproducts",
  3. "version": "1.0.0",
  4. "description": "Bot Builder Sample - Similar Products",
  5. "scripts": {
  6. "start": "node app.js"
  7. },
  8. "author": "Microsoft Corp.",
  9. "license": "MIT",
  10. "dependencies": {
  11. "botbuilder": "^3.7.0",
  12. "dotenv-extended": "^1.0.4",
  13. "request": "^2.79.0",
  14. "restify": "^4.3.0",
  15. "url": "^0.11.0",
  16. "valid-url": "^1.0.9"
  17. }
  18. }
Tip!

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

Comments

Loading...