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 343 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
  1. {
  2. "name": "botbuilder-sample-zummer",
  3. "version": "1.0.0",
  4. "description": "Bot Builder Sample - Zummer",
  5. "scripts": {
  6. "start": "node app.js"
  7. },
  8. "author": "mmoussa",
  9. "dependencies": {
  10. "botbuilder": "^3.5.3",
  11. "dotenv-extended": "^1.0.4",
  12. "memory-cache": "^0.1.6",
  13. "restify": "^4.3.0",
  14. "url": "^0.11.0"
  15. }
  16. }
Tip!

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

Comments

Loading...