-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "tiledesk-bot-web-sandbox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@tiledesk/helpcenter-query-client": "^0.1.8",
"@tiledesk/tiledesk-chatbot-client": "^0.5.30",
"@tiledesk/tiledesk-chatbot-util": "^0.8.39",
"@tiledesk/tiledesk-client": "^0.10.4",
"@tiledesk/tiledesk-tybot-connector": "^0.1.16",
"axios": "^1.7.7",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.17.1",
"handlebars": "^4.7.7",
"jsonschema": "^1.4.1",
"jsonwebtoken": "^8.5.1",
"minimist-string": "^1.0.2",
"mongoose": "^6.6.1",
"nanoid": "^3.3.4",
"redis": "^4.7.0",
"uuid": "^9.0.0",
"vm2": "^3.9.13",
"npm": "^6.14.11",
"accept-language-parser": "^1.5.0",
"liquidjs": "^10.8.4"
},
"devDependencies": {
"mocha": "^8.4.0"
}
}