forked from lordrubenbp/navi-assistant-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.61 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
50
51
52
53
{
"name": "navi_assistant_server",
"version": "1.0.0",
"description": "Navi assistant server for chrome extension",
"main": "app.js",
"scripts": {
"devStart": "nodemon ./src/app.ts",
"start": "node ./build/app.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/i18n": "^0.13.1",
"nodemon": "^2.0.7",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.2.2"
},
"dependencies": {
"@google-cloud/dialogflow": "^3.4.0",
"@localazy/cli": "^1.6.0",
"@types/bluebird": "^3.5.33",
"@types/cors": "^2.8.10",
"@types/dialogflow-fulfillment": "^0.6.0",
"@types/express": "^4.17.11",
"@types/node": "^14.14.31",
"@types/socket.io": "^2.1.13",
"@types/validator": "^13.1.3",
"@types/xml2js": "^0.4.9",
"actions-on-google": "^2.14.0",
"class-transformer": "^0.4.0",
"cors": "^2.8.5",
"dialogflow": "^1.2.0",
"dialogflow-fulfillment": "^0.6.1",
"express": "^4.17.1",
"fs-extra": "^9.1.0",
"i18n": "^0.13.3",
"mysql2": "^2.2.5",
"python-shell": "^2.0.3",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.5.0",
"sequelize-auto": "^0.8.0",
"socket.io": "^2.3.0",
"string.prototype.replaceall": "^1.0.6",
"translatte": "^3.0.1",
"unzip-stream": "^0.3.1",
"unzipt": "0.0.5",
"xml2js": "^0.4.23"
}
}