-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.42 KB
/
package.json
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
{
"name": "@teams/areyousafe",
"version": "1.0.0",
"description": "Are You Safe Bot",
"main": "server/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/index.js",
"watch": "node server/index.js",
"lint": "eslint .",
"server": "npm install && node server/index.js",
"manifest": "del \"appPackage\\appPackage.zip\" 2> nul && powershell Compress-Archive appPackage/* appPackage/appPackage.zip"
},
"keywords": [],
"author": "Devesh tiwari",
"license": "MIT",
"dependencies": {
"@ladjs/graceful": "^1.1.5",
"adaptivecards-templating": "^2.2.0",
"body-parser": "^1.19.0",
"botbuilder": "^4.19.0",
"botframework-connector": "^4.19.0",
"botframework-schema": "^4.19.0",
"bree": "^8.0.2",
"cors": "^2.8.5",
"cron-parser": "^4.2.1",
"dotenv": "^8.0.0",
"express": "^4.17.3",
"html-entities": "^1.3.1",
"memorystorage": "^0.12.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"mssql": "^7.2.1",
"mysql": "^2.18.1",
"nodemailer": "^6.7.0",
"path": "^0.12.7",
"tedious": "^14.4.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^7.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"nodemon": "~2.0.4"
}
}