-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 786 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 786 Bytes
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
{
"name": "Webex-Bot-Starter",
"version": "1.0.0",
"description": "Starter template for creating a Webex Teams bot",
"main": "index.js",
"scripts": {
"start": "npm install && node --use_strict index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tbd/webexbotstarter.git"
},
"keywords": [
"Cisco",
"Webex",
"webex-bot-framework"
],
"author": "Phil Bellanti",
"license": "ISC",
"bugs": {
"url": "https://github.com/tbd/webexbotstarter/issues"
},
"homepage": "https://github.com/tbd/webexbotstarter#readme",
"dependencies": {
"body-parser": "^1.15.2",
"dotenv": "^16.0.3",
"express": "^4.14.0",
"webex-node-bot-framework": "^2.3.14"
},
"devDependencies": {
"prettier": "2.7.1"
}
}